Shades of Light Sea Green #39BBA8
Tints of Light Sea Green #39BBA8
RGB
CMYK
RGB Variations
Color information
#39BBA8 (or 0x39BBA8) is known color: Light Sea Green. HEX triplet: 39, BB and A8. RGB value is (57,187,168). Sum of RGB (Red+Green+Blue) = 57+187+168=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #39BBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BBA8 is #C64457. Grayscale: #919191. Windows color (decimal): -12993624 or 11057977. OLE color: 11057977.
HSL color Cylindrical-coordinate representation of color #39BBA8: hue angle of 171.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BBA8 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 187 | 168 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.27 |
| HSL | 171.23º | 0.53% | 0.48% | - |
| HSV(B) | 171.23º | 0.7% | 0.73% | - |
| XYZ | 26.53 | 39.24 | 43.22 | - |
| YUV | 145.96 | 140.43 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 187 | 168 | 0.70 | 0 | 0.10 | 0.27 | 171.23 | 0.53 | 0.48 |
| Hex | 39 | BB | A8 | 46 | 0 | A | 1B | AB | 35 | 30 |
| Octal | 71 | 273 | 250 | 106 | 0 | 12 | 33 | 253 | 65 | 60 |
| Binary | 111001 | 10111011 | 10101000 | 1000110 | 0 | 1010 | 11011 | 10101011 | 110101 | 110000 |
Color Harmonies of #39BBA8
Complementary color
Monochromatic Colors of #39BBA8
Black with #39BBA8
Text Example
Text Example
White with #39BBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BBA8; }
p { color: rgb(57,187,168); }
H1.HeaderClassName
{
color: #39BBA8;
}
.AnyTagClassName
{
color: #39BBA8;
}
</style>
background-color css
<style>
a { background-color: #39BBA8; }
a { background-color: rgb(57,187,168); }
div.DivClassName
{
background-color: #39BBA8;
}
.BgClassName
{
background-color: #39BBA8;
}
</style>
border-color css
<style>
span { border-color: #39BBA8; }
span { border-color: rgb(57,187,168); }
td.TdClassName
{
border-color: #39BBA8;
}
.TagClassName
{
border-color: #39BBA8;
}
</style>