Shades of Medium Sea Green #31BA75
Tints of Medium Sea Green #31BA75
RGB
CMYK
RGB Variations
Color information
#31BA75 (or 0x31BA75) is known color: Medium Sea Green. HEX triplet: 31, BA and 75. RGB value is (49,186,117). Sum of RGB (Red+Green+Blue) = 49+186+117=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA75 is #CE458A. Grayscale: #898989. Windows color (decimal): -13518219 or 7715377. OLE color: 7715377.
HSL color Cylindrical-coordinate representation of color #31BA75: hue angle of 149.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA75 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 117 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.27 |
| HSL | 149.78º | 0.58% | 0.46% | - |
| HSV(B) | 149.78º | 0.74% | 0.73% | - |
| XYZ | 22.04 | 37.06 | 22.82 | - |
| YUV | 137.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 117 | 0.74 | 0 | 0.37 | 0.27 | 149.78 | 0.58 | 0.46 |
| Hex | 31 | BA | 75 | 4A | 0 | 25 | 1B | 96 | 3A | 2E |
| Octal | 61 | 272 | 165 | 112 | 0 | 45 | 33 | 226 | 72 | 56 |
| Binary | 110001 | 10111010 | 1110101 | 1001010 | 0 | 100101 | 11011 | 10010110 | 111010 | 101110 |
Color Harmonies of #31BA75
Complementary color
Monochromatic Colors of #31BA75
Black with #31BA75
Text Example
Text Example
White with #31BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA75; }
p { color: rgb(49,186,117); }
H1.HeaderClassName
{
color: #31BA75;
}
.AnyTagClassName
{
color: #31BA75;
}
</style>
background-color css
<style>
a { background-color: #31BA75; }
a { background-color: rgb(49,186,117); }
div.DivClassName
{
background-color: #31BA75;
}
.BgClassName
{
background-color: #31BA75;
}
</style>
border-color css
<style>
span { border-color: #31BA75; }
span { border-color: rgb(49,186,117); }
td.TdClassName
{
border-color: #31BA75;
}
.TagClassName
{
border-color: #31BA75;
}
</style>