Shades of Medium Sea Green #31C276
Tints of Medium Sea Green #31C276
RGB
CMYK
RGB Variations
Color information
#31C276 (or 0x31C276) is known color: Medium Sea Green. HEX triplet: 31, C2 and 76. RGB value is (49,194,118). Sum of RGB (Red+Green+Blue) = 49+194+118=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #31C276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C276 is #CE3D89. Grayscale: #8E8E8E. Windows color (decimal): -13516170 or 7782961. OLE color: 7782961.
HSL color Cylindrical-coordinate representation of color #31C276: hue angle of 148.55º 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 #31C276 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 118 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.24 |
| HSL | 148.55º | 0.6% | 0.48% | - |
| HSV(B) | 148.55º | 0.75% | 0.76% | - |
| XYZ | 23.83 | 40.54 | 23.71 | - |
| YUV | 141.98 | 114.46 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 118 | 0.75 | 0 | 0.39 | 0.24 | 148.55 | 0.6 | 0.48 |
| Hex | 31 | C2 | 76 | 4B | 0 | 27 | 18 | 95 | 3C | 30 |
| Octal | 61 | 302 | 166 | 113 | 0 | 47 | 30 | 225 | 74 | 60 |
| Binary | 110001 | 11000010 | 1110110 | 1001011 | 0 | 100111 | 11000 | 10010101 | 111100 | 110000 |
Color Harmonies of #31C276
Complementary color
Monochromatic Colors of #31C276
Black with #31C276
Text Example
Text Example
White with #31C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C276; }
p { color: rgb(49,194,118); }
H1.HeaderClassName
{
color: #31C276;
}
.AnyTagClassName
{
color: #31C276;
}
</style>
background-color css
<style>
a { background-color: #31C276; }
a { background-color: rgb(49,194,118); }
div.DivClassName
{
background-color: #31C276;
}
.BgClassName
{
background-color: #31C276;
}
</style>
border-color css
<style>
span { border-color: #31C276; }
span { border-color: rgb(49,194,118); }
td.TdClassName
{
border-color: #31C276;
}
.TagClassName
{
border-color: #31C276;
}
</style>