Shades of Medium Sea Green #31C056
Tints of Medium Sea Green #31C056
RGB
CMYK
RGB Variations
Color information
#31C056 (or 0x31C056) is known color: Medium Sea Green. HEX triplet: 31, C0 and 56. RGB value is (49,192,86). Sum of RGB (Red+Green+Blue) = 49+192+86=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #31C056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C056 is #CE3FA9. Grayscale: #898989. Windows color (decimal): -13516714 or 5685297. OLE color: 5685297.
HSL color Cylindrical-coordinate representation of color #31C056: hue angle of 135.52º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C056 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 86 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.25 |
| HSL | 135.52º | 0.59% | 0.47% | - |
| HSV(B) | 135.52º | 0.74% | 0.75% | - |
| XYZ | 21.8 | 39.02 | 15.19 | - |
| YUV | 137.16 | 99.12 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 86 | 0.74 | 0 | 0.55 | 0.25 | 135.52 | 0.59 | 0.47 |
| Hex | 31 | C0 | 56 | 4A | 0 | 37 | 19 | 88 | 3B | 2F |
| Octal | 61 | 300 | 126 | 112 | 0 | 67 | 31 | 210 | 73 | 57 |
| Binary | 110001 | 11000000 | 1010110 | 1001010 | 0 | 110111 | 11001 | 10001000 | 111011 | 101111 |
Color Harmonies of #31C056
Complementary color
Monochromatic Colors of #31C056
Black with #31C056
Text Example
Text Example
White with #31C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C056; }
p { color: rgb(49,192,86); }
H1.HeaderClassName
{
color: #31C056;
}
.AnyTagClassName
{
color: #31C056;
}
</style>
background-color css
<style>
a { background-color: #31C056; }
a { background-color: rgb(49,192,86); }
div.DivClassName
{
background-color: #31C056;
}
.BgClassName
{
background-color: #31C056;
}
</style>
border-color css
<style>
span { border-color: #31C056; }
span { border-color: rgb(49,192,86); }
td.TdClassName
{
border-color: #31C056;
}
.TagClassName
{
border-color: #31C056;
}
</style>