Shades of Medium Sea Green #31C07A
Tints of Medium Sea Green #31C07A
RGB
CMYK
RGB Variations
Color information
#31C07A (or 0x31C07A) is known color: Medium Sea Green. HEX triplet: 31, C0 and 7A. RGB value is (49,192,122). Sum of RGB (Red+Green+Blue) = 49+192+122=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #31C07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C07A is #CE3F85. Grayscale: #8D8D8D. Windows color (decimal): -13516678 or 8044593. OLE color: 8044593.
HSL color Cylindrical-coordinate representation of color #31C07A: hue angle of 150.63º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C07A is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 122 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.25 |
| HSL | 150.63º | 0.59% | 0.47% | - |
| HSV(B) | 150.63º | 0.74% | 0.75% | - |
| XYZ | 23.63 | 39.76 | 24.84 | - |
| YUV | 141.26 | 117.12 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 122 | 0.74 | 0 | 0.36 | 0.25 | 150.63 | 0.59 | 0.47 |
| Hex | 31 | C0 | 7A | 4A | 0 | 24 | 19 | 97 | 3B | 2F |
| Octal | 61 | 300 | 172 | 112 | 0 | 44 | 31 | 227 | 73 | 57 |
| Binary | 110001 | 11000000 | 1111010 | 1001010 | 0 | 100100 | 11001 | 10010111 | 111011 | 101111 |
Color Harmonies of #31C07A
Complementary color
Monochromatic Colors of #31C07A
Black with #31C07A
Text Example
Text Example
White with #31C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C07A; }
p { color: rgb(49,192,122); }
H1.HeaderClassName
{
color: #31C07A;
}
.AnyTagClassName
{
color: #31C07A;
}
</style>
background-color css
<style>
a { background-color: #31C07A; }
a { background-color: rgb(49,192,122); }
div.DivClassName
{
background-color: #31C07A;
}
.BgClassName
{
background-color: #31C07A;
}
</style>
border-color css
<style>
span { border-color: #31C07A; }
span { border-color: rgb(49,192,122); }
td.TdClassName
{
border-color: #31C07A;
}
.TagClassName
{
border-color: #31C07A;
}
</style>