Shades of Medium Sea Green #31D275
Tints of Medium Sea Green #31D275
RGB
CMYK
RGB Variations
Color information
#31D275 (or 0x31D275) is known color: Medium Sea Green. HEX triplet: 31, D2 and 75. RGB value is (49,210,117). Sum of RGB (Red+Green+Blue) = 49+210+117=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #31D275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D275 is #CE2D8A. Grayscale: #979797. Windows color (decimal): -13512075 or 7721521. OLE color: 7721521.
HSL color Cylindrical-coordinate representation of color #31D275: hue angle of 145.34º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D275 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 117 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.18 |
| HSL | 145.34º | 0.64% | 0.51% | - |
| HSV(B) | 145.34º | 0.77% | 0.82% | - |
| XYZ | 27.52 | 48.03 | 24.65 | - |
| YUV | 151.26 | 108.66 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 117 | 0.77 | 0 | 0.44 | 0.18 | 145.34 | 0.64 | 0.51 |
| Hex | 31 | D2 | 75 | 4D | 0 | 2C | 12 | 91 | 40 | 33 |
| Octal | 61 | 322 | 165 | 115 | 0 | 54 | 22 | 221 | 100 | 63 |
| Binary | 110001 | 11010010 | 1110101 | 1001101 | 0 | 101100 | 10010 | 10010001 | 1000000 | 110011 |
Color Harmonies of #31D275
Complementary color
Monochromatic Colors of #31D275
Black with #31D275
Text Example
Text Example
White with #31D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D275; }
p { color: rgb(49,210,117); }
H1.HeaderClassName
{
color: #31D275;
}
.AnyTagClassName
{
color: #31D275;
}
</style>
background-color css
<style>
a { background-color: #31D275; }
a { background-color: rgb(49,210,117); }
div.DivClassName
{
background-color: #31D275;
}
.BgClassName
{
background-color: #31D275;
}
</style>
border-color css
<style>
span { border-color: #31D275; }
span { border-color: rgb(49,210,117); }
td.TdClassName
{
border-color: #31D275;
}
.TagClassName
{
border-color: #31D275;
}
</style>