#27AFAB

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

Shades of Light Sea Green #27AFAB

Tints of Light Sea Green #27AFAB

Color information

#27AFAB (or 0x27AFAB) is unknown color: approx Light Sea Green. HEX triplet: 27, AF and AB. RGB value is (39,175,171). Sum of RGB (Red+Green+Blue) = 39+175+171=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #27AFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AFAB is #D85054. Grayscale: #858585. Windows color (decimal): -14176341 or 11251495. OLE color: 11251495.

HSL color Cylindrical-coordinate representation of color #27AFAB: hue angle of 178.24º 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 #27AFAB is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB39175171-
CMYK0.7800.020.31
HSL178.24º63.55%41.96%-
HSV(B)178.24º77.71%68.63%-
XYZ23.5234.0343.86-
YUV133.88148.9460.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.13%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=10.13%
G=45.45%
B=44.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391751710.7800.020.31178.2463.5541.96
Hex27AFAB4E021Fb2402a
Octal47257253116023726210052
Binary1001111010111110101011100111001011111101100101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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