#27AF9F

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

Shades of Light Sea Green #27AF9F

Tints of Light Sea Green #27AF9F

Color information

#27AF9F (or 0x27AF9F) is unknown color: approx Light Sea Green. HEX triplet: 27, AF and 9F. RGB value is (39,175,159). Sum of RGB (Red+Green+Blue) = 39+175+159=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #27AF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AF9F is #D85060. Grayscale: #848484. Windows color (decimal): -14176353 or 10465063. OLE color: 10465063.

HSL color Cylindrical-coordinate representation of color #27AF9F: hue angle of 172.94º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27AF9F is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB39175159-
CMYK0.7800.090.31
HSL172.94º63.55%41.96%-
HSV(B)172.94º77.71%68.63%-
XYZ22.4233.5938.1-
YUV132.51142.9461.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.46%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=10.46%
G=46.92%
B=42.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391751590.7800.090.31172.9463.5541.96
Hex27AF9F4E091Fad402a
Octal472572371160113725510052
Binary100111101011111001111110011100100111111101011011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,175,159); }

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

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

 a { background-color: rgb(39,175,159); }

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

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

 span { border-color: rgb(39,175,159); }

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