Shades of Medium Sea Green #31C47A
Tints of Medium Sea Green #31C47A
RGB
CMYK
RGB Variations
Color information
#31C47A (or 0x31C47A) is known color: Medium Sea Green. HEX triplet: 31, C4 and 7A. RGB value is (49,196,122). Sum of RGB (Red+Green+Blue) = 49+196+122=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #31C47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C47A is #CE3B85. Grayscale: #8F8F8F. Windows color (decimal): -13515654 or 8045617. OLE color: 8045617.
HSL color Cylindrical-coordinate representation of color #31C47A: hue angle of 149.8º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C47A is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 196 | 122 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.23 |
| HSL | 149.8º | 0.6% | 0.48% | - |
| HSV(B) | 149.8º | 0.75% | 0.77% | - |
| XYZ | 24.52 | 41.54 | 25.14 | - |
| YUV | 143.61 | 115.8 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 196 | 122 | 0.75 | 0 | 0.38 | 0.23 | 149.8 | 0.6 | 0.48 |
| Hex | 31 | C4 | 7A | 4B | 0 | 26 | 17 | 96 | 3C | 30 |
| Octal | 61 | 304 | 172 | 113 | 0 | 46 | 27 | 226 | 74 | 60 |
| Binary | 110001 | 11000100 | 1111010 | 1001011 | 0 | 100110 | 10111 | 10010110 | 111100 | 110000 |
Color Harmonies of #31C47A
Complementary color
Monochromatic Colors of #31C47A
Black with #31C47A
Text Example
Text Example
White with #31C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C47A; }
p { color: rgb(49,196,122); }
H1.HeaderClassName
{
color: #31C47A;
}
.AnyTagClassName
{
color: #31C47A;
}
</style>
background-color css
<style>
a { background-color: #31C47A; }
a { background-color: rgb(49,196,122); }
div.DivClassName
{
background-color: #31C47A;
}
.BgClassName
{
background-color: #31C47A;
}
</style>
border-color css
<style>
span { border-color: #31C47A; }
span { border-color: rgb(49,196,122); }
td.TdClassName
{
border-color: #31C47A;
}
.TagClassName
{
border-color: #31C47A;
}
</style>