Shades of Medium Sea Green #31C26D
Tints of Medium Sea Green #31C26D
RGB
CMYK
RGB Variations
Color information
#31C26D (or 0x31C26D) is known color: Medium Sea Green. HEX triplet: 31, C2 and 6D. RGB value is (49,194,109). Sum of RGB (Red+Green+Blue) = 49+194+109=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #31C26D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C26D is #CE3D92. Grayscale: #8D8D8D. Windows color (decimal): -13516179 or 7193137. OLE color: 7193137.
HSL color Cylindrical-coordinate representation of color #31C26D: hue angle of 144.83º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C26D is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 109 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.24 |
| HSL | 144.83º | 0.6% | 0.48% | - |
| HSV(B) | 144.83º | 0.75% | 0.76% | - |
| XYZ | 23.32 | 40.34 | 21.03 | - |
| YUV | 140.96 | 109.96 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 109 | 0.75 | 0 | 0.44 | 0.24 | 144.83 | 0.6 | 0.48 |
| Hex | 31 | C2 | 6D | 4B | 0 | 2C | 18 | 91 | 3C | 30 |
| Octal | 61 | 302 | 155 | 113 | 0 | 54 | 30 | 221 | 74 | 60 |
| Binary | 110001 | 11000010 | 1101101 | 1001011 | 0 | 101100 | 11000 | 10010001 | 111100 | 110000 |
Color Harmonies of #31C26D
Complementary color
Monochromatic Colors of #31C26D
Black with #31C26D
Text Example
Text Example
White with #31C26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C26D; }
p { color: rgb(49,194,109); }
H1.HeaderClassName
{
color: #31C26D;
}
.AnyTagClassName
{
color: #31C26D;
}
</style>
background-color css
<style>
a { background-color: #31C26D; }
a { background-color: rgb(49,194,109); }
div.DivClassName
{
background-color: #31C26D;
}
.BgClassName
{
background-color: #31C26D;
}
</style>
border-color css
<style>
span { border-color: #31C26D; }
span { border-color: rgb(49,194,109); }
td.TdClassName
{
border-color: #31C26D;
}
.TagClassName
{
border-color: #31C26D;
}
</style>