#39AFA8

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

Shades of Light Sea Green #39AFA8

Tints of Light Sea Green #39AFA8

Color information

#39AFA8 (or 0x39AFA8) is unknown color: approx Light Sea Green. HEX triplet: 39, AF and A8. RGB value is (57,175,168). Sum of RGB (Red+Green+Blue) = 57+175+168=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #39AFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AFA8 is #C65057. Grayscale: #8A8A8A. Windows color (decimal): -12996696 or 11054905. OLE color: 11054905.

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

Color convert

RGB57175168-
CMYK0.6700.040.31
HSL176.44º50.86%45.49%-
HSV(B)176.44º67.43%68.63%-
XYZ24.0934.3642.41-
YUV138.92144.4169.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.25%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 168 (66.02% from 255) = 42%
R=14.25%
G=43.75%
B=42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571751680.6700.040.31176.4450.8645.49
Hex39AFA843041Fb0332d
Octal7125725010304372606355
Binary1110011010111110101000100001101001111110110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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