#39ABAF

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

Shades of Light Sea Green #39ABAF

Tints of Light Sea Green #39ABAF

Color information

#39ABAF (or 0x39ABAF) is unknown color: approx Light Sea Green. HEX triplet: 39, AB and AF. RGB value is (57,171,175). Sum of RGB (Red+Green+Blue) = 57+171+175=403 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.14% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #39ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39ABAF is #C65450. Grayscale: #898989. Windows color (decimal): -12997713 or 11512633. OLE color: 11512633.

HSL color Cylindrical-coordinate representation of color #39ABAF: hue angle of 182.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39ABAF is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB57171175-
CMYK0.670.0200.31
HSL182.03º50.86%45.49%-
HSV(B)182.03º67.43%68.63%-
XYZ23.9933.0945.68-
YUV137.37149.2370.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.14%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=14.14%
G=42.43%
B=43.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571711750.670.0200.31182.0350.8645.49
Hex39ABAF43201Fb6332d
Octal7125325710320372666355
Binary111001101010111010111110000111001111110110110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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