#39AFA0

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

Shades of Light Sea Green #39AFA0

Tints of Light Sea Green #39AFA0

Color information

#39AFA0 (or 0x39AFA0) is unknown color: approx Light Sea Green. HEX triplet: 39, AF and A0. RGB value is (57,175,160). Sum of RGB (Red+Green+Blue) = 57+175+160=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #39AFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AFA0 is #C6505F. Grayscale: #898989. Windows color (decimal): -12996704 or 10530617. OLE color: 10530617.

HSL color Cylindrical-coordinate representation of color #39AFA0: hue angle of 172.37º 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 #39AFA0 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB57175160-
CMYK0.6700.090.31
HSL172.37º50.86%45.49%-
HSV(B)172.37º67.43%68.63%-
XYZ23.3634.0738.6-
YUV138.01140.4170.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.54%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 160 (62.89% from 255) = 40.82%
R=14.54%
G=44.64%
B=40.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571751600.6700.090.31172.3750.8645.49
Hex39AFA043091Fac332d
Octal71257240103011372546355
Binary11100110101111101000001000011010011111110101100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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