#27AEB6

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

Shades of Light Sea Green #27AEB6

Tints of Light Sea Green #27AEB6

Color information

#27AEB6 (or 0x27AEB6) is unknown color: approx Light Sea Green. HEX triplet: 27, AE and B6. RGB value is (39,174,182). Sum of RGB (Red+Green+Blue) = 39+174+182=395 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.87% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #27AEB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AEB6 is #D85149. Grayscale: #868686. Windows color (decimal): -14176586 or 11972135. OLE color: 11972135.

HSL color Cylindrical-coordinate representation of color #27AEB6: hue angle of 183.36º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27AEB6 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39174182-
CMYK0.790.0400.29
HSL183.36º64.71%43.33%-
HSV(B)183.36º78.57%71.37%-
XYZ24.4234.0849.55-
YUV134.55154.7759.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.87%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=9.87%
G=44.05%
B=46.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391741820.790.0400.29183.3664.7143.33
Hex27AEB64F401Db7412b
Octal47256266117403526710153
Binary10011110101110101101101001111100011101101101111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,174,182); }

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

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

 a { background-color: rgb(39,174,182); }

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

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

 span { border-color: rgb(39,174,182); }

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