#27BABE

Color #27BABE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #27BABE

Tints of Light Sea Green #27BABE

Color information

#27BABE (or 0x27BABE) is unknown color: approx Light Sea Green. HEX triplet: 27, BA and BE. RGB value is (39,186,190). Sum of RGB (Red+Green+Blue) = 39+186+190=415 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.40% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #27BABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BABE is #D84541. Grayscale: #8E8E8E. Windows color (decimal): -14173506 or 12499495. OLE color: 12499495.

HSL color Cylindrical-coordinate representation of color #27BABE: hue angle of 181.59º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BABE is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB39186190-
CMYK0.790.0200.25
HSL181.59º65.94%44.9%-
HSV(B)181.59º79.47%74.51%-
XYZ27.6939.2754.84-
YUV142.5154.854.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 9.40%
GREEN value IS 186 (73.05% from 255) = 44.82%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=9.40%
G=44.82%
B=45.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391861900.790.0200.25181.5965.9444.9
Hex27BABE4F2019b6422d
Octal47272276117203126610255
Binary1001111011101010111110100111110011001101101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27BABE; }

 p { color: rgb(39,186,190); }

 H1.HeaderClassName
 {
   color: #27BABE;
 }
 .AnyTagClassName
 {
   color: #27BABE;
 }
</style>
background-color css

<style>
 a { background-color: #27BABE; }

 a { background-color: rgb(39,186,190); }

 div.DivClassName
 {
   background-color: #27BABE;
 }
 .BgClassName
 {
   background-color: #27BABE;
 }
</style>
border-color css

<style>
 span { border-color: #27BABE; }

 span { border-color: rgb(39,186,190); }

 td.TdClassName
 {
   border-color: #27BABE;
 }
 .TagClassName
 {
   border-color: #27BABE;
 }
</style>