Shades of Medium Sea Green #31A975
Tints of Medium Sea Green #31A975
RGB
CMYK
RGB Variations
Color information
#31A975 (or 0x31A975) is known color: Medium Sea Green. HEX triplet: 31, A9 and 75. RGB value is (49,169,117). Sum of RGB (Red+Green+Blue) = 49+169+117=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #31A975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A975 is #CE568A. Grayscale: #7F7F7F. Windows color (decimal): -13522571 or 7711025. OLE color: 7711025.
HSL color Cylindrical-coordinate representation of color #31A975: hue angle of 154º 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 #31A975 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 169 | 117 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.34 |
| HSL | 154º | 0.55% | 0.43% | - |
| HSV(B) | 154º | 0.71% | 0.66% | - |
| XYZ | 18.67 | 30.31 | 21.7 | - |
| YUV | 127.19 | 122.24 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 169 | 117 | 0.71 | 0 | 0.31 | 0.34 | 154 | 0.55 | 0.43 |
| Hex | 31 | A9 | 75 | 47 | 0 | 1F | 22 | 9A | 37 | 2B |
| Octal | 61 | 251 | 165 | 107 | 0 | 37 | 42 | 232 | 67 | 53 |
| Binary | 110001 | 10101001 | 1110101 | 1000111 | 0 | 11111 | 100010 | 10011010 | 110111 | 101011 |
Color Harmonies of #31A975
Complementary color
Monochromatic Colors of #31A975
Black with #31A975
Text Example
Text Example
White with #31A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A975; }
p { color: rgb(49,169,117); }
H1.HeaderClassName
{
color: #31A975;
}
.AnyTagClassName
{
color: #31A975;
}
</style>
background-color css
<style>
a { background-color: #31A975; }
a { background-color: rgb(49,169,117); }
div.DivClassName
{
background-color: #31A975;
}
.BgClassName
{
background-color: #31A975;
}
</style>
border-color css
<style>
span { border-color: #31A975; }
span { border-color: rgb(49,169,117); }
td.TdClassName
{
border-color: #31A975;
}
.TagClassName
{
border-color: #31A975;
}
</style>