Shades of Medium Sea Green #39BB80
Tints of Medium Sea Green #39BB80
RGB
CMYK
RGB Variations
Color information
#39BB80 (or 0x39BB80) is known color: Medium Sea Green. HEX triplet: 39, BB and 80. RGB value is (57,187,128). Sum of RGB (Red+Green+Blue) = 57+187+128=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #39BB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BB80 is #C6447F. Grayscale: #8D8D8D. Windows color (decimal): -12993664 or 8436537. OLE color: 8436537.
HSL color Cylindrical-coordinate representation of color #39BB80: hue angle of 152.77º 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 #39BB80 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 187 | 128 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.27 |
| HSL | 152.77º | 0.53% | 0.48% | - |
| HSV(B) | 152.77º | 0.7% | 0.73% | - |
| XYZ | 23.35 | 37.97 | 26.52 | - |
| YUV | 141.4 | 120.43 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 187 | 128 | 0.70 | 0 | 0.32 | 0.27 | 152.77 | 0.53 | 0.48 |
| Hex | 39 | BB | 80 | 46 | 0 | 20 | 1B | 99 | 35 | 30 |
| Octal | 71 | 273 | 200 | 106 | 0 | 40 | 33 | 231 | 65 | 60 |
| Binary | 111001 | 10111011 | 10000000 | 1000110 | 0 | 100000 | 11011 | 10011001 | 110101 | 110000 |
Color Harmonies of #39BB80
Complementary color
Monochromatic Colors of #39BB80
Black with #39BB80
Text Example
Text Example
White with #39BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BB80; }
p { color: rgb(57,187,128); }
H1.HeaderClassName
{
color: #39BB80;
}
.AnyTagClassName
{
color: #39BB80;
}
</style>
background-color css
<style>
a { background-color: #39BB80; }
a { background-color: rgb(57,187,128); }
div.DivClassName
{
background-color: #39BB80;
}
.BgClassName
{
background-color: #39BB80;
}
</style>
border-color css
<style>
span { border-color: #39BB80; }
span { border-color: rgb(57,187,128); }
td.TdClassName
{
border-color: #39BB80;
}
.TagClassName
{
border-color: #39BB80;
}
</style>