#27ABAF

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

Shades of Light Sea Green #27ABAF

Tints of Light Sea Green #27ABAF

Color information

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

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

Color convert

RGB39171175-
CMYK0.780.0200.31
HSL181.76º63.55%41.96%-
HSV(B)181.76º77.71%68.63%-
XYZ23.1432.6545.64-
YUV131.99152.2761.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391711750.780.0200.31181.7663.5541.96
Hex27ABAF4E201Fb6402a
Octal47253257116203726610052
Binary1001111010101110101111100111010011111101101101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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