Shades of Medium Sea Green #31B772
Tints of Medium Sea Green #31B772
RGB
CMYK
RGB Variations
Color information
#31B772 (or 0x31B772) is known color: Medium Sea Green. HEX triplet: 31, B7 and 72. RGB value is (49,183,114). Sum of RGB (Red+Green+Blue) = 49+183+114=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #31B772 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B772 is #CE488D. Grayscale: #878787. Windows color (decimal): -13518990 or 7518001. OLE color: 7518001.
HSL color Cylindrical-coordinate representation of color #31B772: hue angle of 149.1º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B772 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 114 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.28 |
| HSL | 149.1º | 0.58% | 0.45% | - |
| HSV(B) | 149.1º | 0.73% | 0.72% | - |
| XYZ | 21.24 | 35.73 | 21.7 | - |
| YUV | 135.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 114 | 0.73 | 0 | 0.38 | 0.28 | 149.1 | 0.58 | 0.45 |
| Hex | 31 | B7 | 72 | 49 | 0 | 26 | 1C | 95 | 3A | 2D |
| Octal | 61 | 267 | 162 | 111 | 0 | 46 | 34 | 225 | 72 | 55 |
| Binary | 110001 | 10110111 | 1110010 | 1001001 | 0 | 100110 | 11100 | 10010101 | 111010 | 101101 |
Color Harmonies of #31B772
Complementary color
Monochromatic Colors of #31B772
Black with #31B772
Text Example
Text Example
White with #31B772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B772; }
p { color: rgb(49,183,114); }
H1.HeaderClassName
{
color: #31B772;
}
.AnyTagClassName
{
color: #31B772;
}
</style>
background-color css
<style>
a { background-color: #31B772; }
a { background-color: rgb(49,183,114); }
div.DivClassName
{
background-color: #31B772;
}
.BgClassName
{
background-color: #31B772;
}
</style>
border-color css
<style>
span { border-color: #31B772; }
span { border-color: rgb(49,183,114); }
td.TdClassName
{
border-color: #31B772;
}
.TagClassName
{
border-color: #31B772;
}
</style>