Shades of Medium Sea Green #31BA74
Tints of Medium Sea Green #31BA74
RGB
CMYK
RGB Variations
Color information
#31BA74 (or 0x31BA74) is known color: Medium Sea Green. HEX triplet: 31, BA and 74. RGB value is (49,186,116). Sum of RGB (Red+Green+Blue) = 49+186+116=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA74 is #CE458B. Grayscale: #898989. Windows color (decimal): -13518220 or 7649841. OLE color: 7649841.
HSL color Cylindrical-coordinate representation of color #31BA74: hue angle of 149.34º 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 #31BA74 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 116 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.27 |
| HSL | 149.34º | 0.58% | 0.46% | - |
| HSV(B) | 149.34º | 0.74% | 0.73% | - |
| XYZ | 21.98 | 37.03 | 22.51 | - |
| YUV | 137.06 | 116.11 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 116 | 0.74 | 0 | 0.38 | 0.27 | 149.34 | 0.58 | 0.46 |
| Hex | 31 | BA | 74 | 4A | 0 | 26 | 1B | 95 | 3A | 2E |
| Octal | 61 | 272 | 164 | 112 | 0 | 46 | 33 | 225 | 72 | 56 |
| Binary | 110001 | 10111010 | 1110100 | 1001010 | 0 | 100110 | 11011 | 10010101 | 111010 | 101110 |
Color Harmonies of #31BA74
Complementary color
Monochromatic Colors of #31BA74
Black with #31BA74
Text Example
Text Example
White with #31BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA74; }
p { color: rgb(49,186,116); }
H1.HeaderClassName
{
color: #31BA74;
}
.AnyTagClassName
{
color: #31BA74;
}
</style>
background-color css
<style>
a { background-color: #31BA74; }
a { background-color: rgb(49,186,116); }
div.DivClassName
{
background-color: #31BA74;
}
.BgClassName
{
background-color: #31BA74;
}
</style>
border-color css
<style>
span { border-color: #31BA74; }
span { border-color: rgb(49,186,116); }
td.TdClassName
{
border-color: #31BA74;
}
.TagClassName
{
border-color: #31BA74;
}
</style>