Shades of Medium Sea Green #39BD80
Tints of Medium Sea Green #39BD80
RGB
CMYK
RGB Variations
Color information
#39BD80 (or 0x39BD80) is known color: Medium Sea Green. HEX triplet: 39, BD and 80. RGB value is (57,189,128). Sum of RGB (Red+Green+Blue) = 57+189+128=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #39BD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BD80 is #C6427F. Grayscale: #8E8E8E. Windows color (decimal): -12993152 or 8437049. OLE color: 8437049.
HSL color Cylindrical-coordinate representation of color #39BD80: hue angle of 152.27º 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 #39BD80 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 189 | 128 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.26 |
| HSL | 152.27º | 0.54% | 0.48% | - |
| HSV(B) | 152.27º | 0.7% | 0.74% | - |
| XYZ | 23.78 | 38.82 | 26.66 | - |
| YUV | 142.58 | 119.77 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 189 | 128 | 0.70 | 0 | 0.32 | 0.26 | 152.27 | 0.54 | 0.48 |
| Hex | 39 | BD | 80 | 46 | 0 | 20 | 1A | 98 | 36 | 30 |
| Octal | 71 | 275 | 200 | 106 | 0 | 40 | 32 | 230 | 66 | 60 |
| Binary | 111001 | 10111101 | 10000000 | 1000110 | 0 | 100000 | 11010 | 10011000 | 110110 | 110000 |
Color Harmonies of #39BD80
Complementary color
Monochromatic Colors of #39BD80
Black with #39BD80
Text Example
Text Example
White with #39BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BD80; }
p { color: rgb(57,189,128); }
H1.HeaderClassName
{
color: #39BD80;
}
.AnyTagClassName
{
color: #39BD80;
}
</style>
background-color css
<style>
a { background-color: #39BD80; }
a { background-color: rgb(57,189,128); }
div.DivClassName
{
background-color: #39BD80;
}
.BgClassName
{
background-color: #39BD80;
}
</style>
border-color css
<style>
span { border-color: #39BD80; }
span { border-color: rgb(57,189,128); }
td.TdClassName
{
border-color: #39BD80;
}
.TagClassName
{
border-color: #39BD80;
}
</style>