Shades of Medium Sea Green #31A871
Tints of Medium Sea Green #31A871
RGB
CMYK
RGB Variations
Color information
#31A871 (or 0x31A871) is known color: Medium Sea Green. HEX triplet: 31, A8 and 71. RGB value is (49,168,113). Sum of RGB (Red+Green+Blue) = 49+168+113=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #31A871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A871 is #CE578E. Grayscale: #7E7E7E. Windows color (decimal): -13522831 or 7448625. OLE color: 7448625.
HSL color Cylindrical-coordinate representation of color #31A871: hue angle of 152.27º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A871 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 168 | 113 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.34 |
| HSL | 152.27º | 0.55% | 0.43% | - |
| HSV(B) | 152.27º | 0.71% | 0.66% | - |
| XYZ | 18.25 | 29.85 | 20.42 | - |
| YUV | 126.15 | 120.58 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 113 | 0.71 | 0 | 0.33 | 0.34 | 152.27 | 0.55 | 0.43 |
| Hex | 31 | A8 | 71 | 47 | 0 | 21 | 22 | 98 | 37 | 2B |
| Octal | 61 | 250 | 161 | 107 | 0 | 41 | 42 | 230 | 67 | 53 |
| Binary | 110001 | 10101000 | 1110001 | 1000111 | 0 | 100001 | 100010 | 10011000 | 110111 | 101011 |
Color Harmonies of #31A871
Complementary color
Monochromatic Colors of #31A871
Black with #31A871
Text Example
Text Example
White with #31A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A871; }
p { color: rgb(49,168,113); }
H1.HeaderClassName
{
color: #31A871;
}
.AnyTagClassName
{
color: #31A871;
}
</style>
background-color css
<style>
a { background-color: #31A871; }
a { background-color: rgb(49,168,113); }
div.DivClassName
{
background-color: #31A871;
}
.BgClassName
{
background-color: #31A871;
}
</style>
border-color css
<style>
span { border-color: #31A871; }
span { border-color: rgb(49,168,113); }
td.TdClassName
{
border-color: #31A871;
}
.TagClassName
{
border-color: #31A871;
}
</style>