#39B5AE

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

Shades of Light Sea Green #39B5AE

Tints of Light Sea Green #39B5AE

Color information

#39B5AE (or 0x39B5AE) is unknown color: approx Light Sea Green. HEX triplet: 39, B5 and AE. RGB value is (57,181,174). Sum of RGB (Red+Green+Blue) = 57+181+174=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 181 - color contains mainly: green. Hex color #39B5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B5AE is #C64A51. Grayscale: #8F8F8F. Windows color (decimal): -12995154 or 11449657. OLE color: 11449657.

HSL color Cylindrical-coordinate representation of color #39B5AE: hue angle of 176.61º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39B5AE is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB57181174-
CMYK0.6900.040.29
HSL176.61º52.1%46.67%-
HSV(B)176.61º68.51%70.98%-
XYZ25.8536.9745.82-
YUV143.13145.4266.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.83%
GREEN value IS 181 (71.09% from 255) = 43.93%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=13.83%
G=43.93%
B=42.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571811740.6900.040.29176.6152.146.67
Hex39B5AE45041Db1342f
Octal7126525610504352616457
Binary1110011011010110101110100010101001110110110001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,181,174); }

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

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

 a { background-color: rgb(57,181,174); }

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

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

 span { border-color: rgb(57,181,174); }

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