Shades of Medium Sea Green #31BA62
Tints of Medium Sea Green #31BA62
RGB
CMYK
RGB Variations
Color information
#31BA62 (or 0x31BA62) is known color: Medium Sea Green. HEX triplet: 31, BA and 62. RGB value is (49,186,98). Sum of RGB (Red+Green+Blue) = 49+186+98=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA62 is #CE459D. Grayscale: #878787. Windows color (decimal): -13518238 or 6470193. OLE color: 6470193.
HSL color Cylindrical-coordinate representation of color #31BA62: hue angle of 141.46º 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 #31BA62 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 98 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.27 |
| HSL | 141.46º | 0.58% | 0.46% | - |
| HSV(B) | 141.46º | 0.74% | 0.73% | - |
| XYZ | 21.03 | 36.65 | 17.52 | - |
| YUV | 135.01 | 107.11 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 98 | 0.74 | 0 | 0.47 | 0.27 | 141.46 | 0.58 | 0.46 |
| Hex | 31 | BA | 62 | 4A | 0 | 2F | 1B | 8D | 3A | 2E |
| Octal | 61 | 272 | 142 | 112 | 0 | 57 | 33 | 215 | 72 | 56 |
| Binary | 110001 | 10111010 | 1100010 | 1001010 | 0 | 101111 | 11011 | 10001101 | 111010 | 101110 |
Color Harmonies of #31BA62
Complementary color
Monochromatic Colors of #31BA62
Black with #31BA62
Text Example
Text Example
White with #31BA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA62; }
p { color: rgb(49,186,98); }
H1.HeaderClassName
{
color: #31BA62;
}
.AnyTagClassName
{
color: #31BA62;
}
</style>
background-color css
<style>
a { background-color: #31BA62; }
a { background-color: rgb(49,186,98); }
div.DivClassName
{
background-color: #31BA62;
}
.BgClassName
{
background-color: #31BA62;
}
</style>
border-color css
<style>
span { border-color: #31BA62; }
span { border-color: rgb(49,186,98); }
td.TdClassName
{
border-color: #31BA62;
}
.TagClassName
{
border-color: #31BA62;
}
</style>