Shades of Medium Sea Green #31A770
Tints of Medium Sea Green #31A770
RGB
CMYK
RGB Variations
Color information
#31A770 (or 0x31A770) is known color: Medium Sea Green. HEX triplet: 31, A7 and 70. RGB value is (49,167,112). Sum of RGB (Red+Green+Blue) = 49+167+112=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #31A770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A770 is #CE588F. Grayscale: #7D7D7D. Windows color (decimal): -13523088 or 7382833. OLE color: 7382833.
HSL color Cylindrical-coordinate representation of color #31A770: hue angle of 152.03º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A770 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 112 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.35 |
| HSL | 152.03º | 0.55% | 0.42% | - |
| HSV(B) | 152.03º | 0.71% | 0.65% | - |
| XYZ | 18.01 | 29.46 | 20.07 | - |
| YUV | 125.45 | 120.41 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 112 | 0.71 | 0 | 0.33 | 0.35 | 152.03 | 0.55 | 0.42 |
| Hex | 31 | A7 | 70 | 47 | 0 | 21 | 23 | 98 | 37 | 2A |
| Octal | 61 | 247 | 160 | 107 | 0 | 41 | 43 | 230 | 67 | 52 |
| Binary | 110001 | 10100111 | 1110000 | 1000111 | 0 | 100001 | 100011 | 10011000 | 110111 | 101010 |
Color Harmonies of #31A770
Complementary color
Monochromatic Colors of #31A770
Black with #31A770
Text Example
Text Example
White with #31A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A770; }
p { color: rgb(49,167,112); }
H1.HeaderClassName
{
color: #31A770;
}
.AnyTagClassName
{
color: #31A770;
}
</style>
background-color css
<style>
a { background-color: #31A770; }
a { background-color: rgb(49,167,112); }
div.DivClassName
{
background-color: #31A770;
}
.BgClassName
{
background-color: #31A770;
}
</style>
border-color css
<style>
span { border-color: #31A770; }
span { border-color: rgb(49,167,112); }
td.TdClassName
{
border-color: #31A770;
}
.TagClassName
{
border-color: #31A770;
}
</style>