Shades of Medium Sea Green #31D06B
Tints of Medium Sea Green #31D06B
RGB
CMYK
RGB Variations
Color information
#31D06B (or 0x31D06B) is known color: Medium Sea Green. HEX triplet: 31, D0 and 6B. RGB value is (49,208,107). Sum of RGB (Red+Green+Blue) = 49+208+107=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #31D06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D06B is #CE2F94. Grayscale: #959595. Windows color (decimal): -13512597 or 7065649. OLE color: 7065649.
HSL color Cylindrical-coordinate representation of color #31D06B: hue angle of 141.89º 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 #31D06B is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 107 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.18 |
| HSL | 141.89º | 0.63% | 0.5% | - |
| HSV(B) | 141.89º | 0.76% | 0.82% | - |
| XYZ | 26.48 | 46.83 | 21.55 | - |
| YUV | 148.95 | 104.32 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 107 | 0.76 | 0 | 0.49 | 0.18 | 141.89 | 0.63 | 0.5 |
| Hex | 31 | D0 | 6B | 4C | 0 | 31 | 12 | 8E | 3F | 32 |
| Octal | 61 | 320 | 153 | 114 | 0 | 61 | 22 | 216 | 77 | 62 |
| Binary | 110001 | 11010000 | 1101011 | 1001100 | 0 | 110001 | 10010 | 10001110 | 111111 | 110010 |
Color Harmonies of #31D06B
Complementary color
Monochromatic Colors of #31D06B
Black with #31D06B
Text Example
Text Example
White with #31D06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D06B; }
p { color: rgb(49,208,107); }
H1.HeaderClassName
{
color: #31D06B;
}
.AnyTagClassName
{
color: #31D06B;
}
</style>
background-color css
<style>
a { background-color: #31D06B; }
a { background-color: rgb(49,208,107); }
div.DivClassName
{
background-color: #31D06B;
}
.BgClassName
{
background-color: #31D06B;
}
</style>
border-color css
<style>
span { border-color: #31D06B; }
span { border-color: rgb(49,208,107); }
td.TdClassName
{
border-color: #31D06B;
}
.TagClassName
{
border-color: #31D06B;
}
</style>