#39AAA6

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

Shades of Light Sea Green #39AAA6

Tints of Light Sea Green #39AAA6

Color information

#39AAA6 (or 0x39AAA6) is unknown color: approx Light Sea Green. HEX triplet: 39, AA and A6. RGB value is (57,170,166). Sum of RGB (Red+Green+Blue) = 57+170+166=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #39AAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AAA6 is #C65559. Grayscale: #878787. Windows color (decimal): -12997978 or 10922553. OLE color: 10922553.

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

Color convert

RGB57170166-
CMYK0.6600.020.33
HSL177.88º49.78%44.51%-
HSV(B)177.88º66.47%66.67%-
XYZ22.9532.3741.12-
YUV135.76145.0671.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.50%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 166 (65.23% from 255) = 42.24%
R=14.50%
G=43.26%
B=42.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571701660.6600.020.33177.8849.7844.51
Hex39AAA6420221b2322d
Octal7125224610202412626255
Binary1110011010101010100110100001001010000110110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,170,166); }

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

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

 a { background-color: rgb(57,170,166); }

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

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

 span { border-color: rgb(57,170,166); }

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