Shades of Light Sea Green #39BDB0
Tints of Light Sea Green #39BDB0
RGB
CMYK
RGB Variations
Color information
#39BDB0 (or 0x39BDB0) is known color: Light Sea Green. HEX triplet: 39, BD and B0. RGB value is (57,189,176). Sum of RGB (Red+Green+Blue) = 57+189+176=422 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.51% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #39BDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BDB0 is #C6424F. Grayscale: #939393. Windows color (decimal): -12993104 or 11582777. OLE color: 11582777.
HSL color Cylindrical-coordinate representation of color #39BDB0: hue angle of 174.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BDB0 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 189 | 176 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.26 |
| HSL | 174.09º | 0.54% | 0.48% | - |
| HSV(B) | 174.09º | 0.7% | 0.74% | - |
| XYZ | 27.72 | 40.4 | 47.41 | - |
| YUV | 148.05 | 143.77 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 189 | 176 | 0.70 | 0 | 0.07 | 0.26 | 174.09 | 0.54 | 0.48 |
| Hex | 39 | BD | B0 | 46 | 0 | 7 | 1A | AE | 36 | 30 |
| Octal | 71 | 275 | 260 | 106 | 0 | 7 | 32 | 256 | 66 | 60 |
| Binary | 111001 | 10111101 | 10110000 | 1000110 | 0 | 111 | 11010 | 10101110 | 110110 | 110000 |
Color Harmonies of #39BDB0
Complementary color
Monochromatic Colors of #39BDB0
Black with #39BDB0
Text Example
Text Example
White with #39BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BDB0; }
p { color: rgb(57,189,176); }
H1.HeaderClassName
{
color: #39BDB0;
}
.AnyTagClassName
{
color: #39BDB0;
}
</style>
background-color css
<style>
a { background-color: #39BDB0; }
a { background-color: rgb(57,189,176); }
div.DivClassName
{
background-color: #39BDB0;
}
.BgClassName
{
background-color: #39BDB0;
}
</style>
border-color css
<style>
span { border-color: #39BDB0; }
span { border-color: rgb(57,189,176); }
td.TdClassName
{
border-color: #39BDB0;
}
.TagClassName
{
border-color: #39BDB0;
}
</style>