Shades of Medium Sea Green #31D060
Tints of Medium Sea Green #31D060
RGB
CMYK
RGB Variations
Color information
#31D060 (or 0x31D060) is known color: Medium Sea Green. HEX triplet: 31, D0 and 60. RGB value is (49,208,96). Sum of RGB (Red+Green+Blue) = 49+208+96=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #31D060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D060 is #CE2F9F. Grayscale: #939393. Windows color (decimal): -13512608 or 6344753. OLE color: 6344753.
HSL color Cylindrical-coordinate representation of color #31D060: hue angle of 137.74º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D060 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 96 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.18 |
| HSL | 137.74º | 0.63% | 0.5% | - |
| HSV(B) | 137.74º | 0.76% | 0.82% | - |
| XYZ | 25.93 | 46.61 | 18.7 | - |
| YUV | 147.69 | 98.82 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 96 | 0.76 | 0 | 0.54 | 0.18 | 137.74 | 0.63 | 0.5 |
| Hex | 31 | D0 | 60 | 4C | 0 | 36 | 12 | 8A | 3F | 32 |
| Octal | 61 | 320 | 140 | 114 | 0 | 66 | 22 | 212 | 77 | 62 |
| Binary | 110001 | 11010000 | 1100000 | 1001100 | 0 | 110110 | 10010 | 10001010 | 111111 | 110010 |
Color Harmonies of #31D060
Complementary color
Monochromatic Colors of #31D060
Black with #31D060
Text Example
Text Example
White with #31D060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D060; }
p { color: rgb(49,208,96); }
H1.HeaderClassName
{
color: #31D060;
}
.AnyTagClassName
{
color: #31D060;
}
</style>
background-color css
<style>
a { background-color: #31D060; }
a { background-color: rgb(49,208,96); }
div.DivClassName
{
background-color: #31D060;
}
.BgClassName
{
background-color: #31D060;
}
</style>
border-color css
<style>
span { border-color: #31D060; }
span { border-color: rgb(49,208,96); }
td.TdClassName
{
border-color: #31D060;
}
.TagClassName
{
border-color: #31D060;
}
</style>