Shades of Medium Sea Green #31C06D
Tints of Medium Sea Green #31C06D
RGB
CMYK
RGB Variations
Color information
#31C06D (or 0x31C06D) is known color: Medium Sea Green. HEX triplet: 31, C0 and 6D. RGB value is (49,192,109). Sum of RGB (Red+Green+Blue) = 49+192+109=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #31C06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C06D is #CE3F92. Grayscale: #8B8B8B. Windows color (decimal): -13516691 or 7192625. OLE color: 7192625.
HSL color Cylindrical-coordinate representation of color #31C06D: hue angle of 145.17º 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 #31C06D is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 109 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.25 |
| HSL | 145.17º | 0.59% | 0.47% | - |
| HSV(B) | 145.17º | 0.74% | 0.75% | - |
| XYZ | 22.88 | 39.46 | 20.88 | - |
| YUV | 139.78 | 110.62 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 109 | 0.74 | 0 | 0.43 | 0.25 | 145.17 | 0.59 | 0.47 |
| Hex | 31 | C0 | 6D | 4A | 0 | 2B | 19 | 91 | 3B | 2F |
| Octal | 61 | 300 | 155 | 112 | 0 | 53 | 31 | 221 | 73 | 57 |
| Binary | 110001 | 11000000 | 1101101 | 1001010 | 0 | 101011 | 11001 | 10010001 | 111011 | 101111 |
Color Harmonies of #31C06D
Complementary color
Monochromatic Colors of #31C06D
Black with #31C06D
Text Example
Text Example
White with #31C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C06D; }
p { color: rgb(49,192,109); }
H1.HeaderClassName
{
color: #31C06D;
}
.AnyTagClassName
{
color: #31C06D;
}
</style>
background-color css
<style>
a { background-color: #31C06D; }
a { background-color: rgb(49,192,109); }
div.DivClassName
{
background-color: #31C06D;
}
.BgClassName
{
background-color: #31C06D;
}
</style>
border-color css
<style>
span { border-color: #31C06D; }
span { border-color: rgb(49,192,109); }
td.TdClassName
{
border-color: #31C06D;
}
.TagClassName
{
border-color: #31C06D;
}
</style>