Shades of Medium Sea Green #31D274
Tints of Medium Sea Green #31D274
RGB
CMYK
RGB Variations
Color information
#31D274 (or 0x31D274) is known color: Medium Sea Green. HEX triplet: 31, D2 and 74. RGB value is (49,210,116). Sum of RGB (Red+Green+Blue) = 49+210+116=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #31D274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D274 is #CE2D8B. Grayscale: #979797. Windows color (decimal): -13512076 or 7655985. OLE color: 7655985.
HSL color Cylindrical-coordinate representation of color #31D274: hue angle of 144.97º 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 #31D274 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 116 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.18 |
| HSL | 144.97º | 0.64% | 0.51% | - |
| HSV(B) | 144.97º | 0.77% | 0.82% | - |
| XYZ | 27.47 | 48.01 | 24.34 | - |
| YUV | 151.15 | 108.16 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 116 | 0.77 | 0 | 0.45 | 0.18 | 144.97 | 0.64 | 0.51 |
| Hex | 31 | D2 | 74 | 4D | 0 | 2D | 12 | 91 | 40 | 33 |
| Octal | 61 | 322 | 164 | 115 | 0 | 55 | 22 | 221 | 100 | 63 |
| Binary | 110001 | 11010010 | 1110100 | 1001101 | 0 | 101101 | 10010 | 10010001 | 1000000 | 110011 |
Color Harmonies of #31D274
Complementary color
Monochromatic Colors of #31D274
Black with #31D274
Text Example
Text Example
White with #31D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D274; }
p { color: rgb(49,210,116); }
H1.HeaderClassName
{
color: #31D274;
}
.AnyTagClassName
{
color: #31D274;
}
</style>
background-color css
<style>
a { background-color: #31D274; }
a { background-color: rgb(49,210,116); }
div.DivClassName
{
background-color: #31D274;
}
.BgClassName
{
background-color: #31D274;
}
</style>
border-color css
<style>
span { border-color: #31D274; }
span { border-color: rgb(49,210,116); }
td.TdClassName
{
border-color: #31D274;
}
.TagClassName
{
border-color: #31D274;
}
</style>