Shades of Medium Sea Green #31CE7A
Tints of Medium Sea Green #31CE7A
RGB
CMYK
RGB Variations
Color information
#31CE7A (or 0x31CE7A) is known color: Medium Sea Green. HEX triplet: 31, CE and 7A. RGB value is (49,206,122). Sum of RGB (Red+Green+Blue) = 49+206+122=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CE7A is #CE3185. Grayscale: #959595. Windows color (decimal): -13513094 or 8048177. OLE color: 8048177.
HSL color Cylindrical-coordinate representation of color #31CE7A: hue angle of 147.9º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CE7A is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 122 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.19 |
| HSL | 147.9º | 0.62% | 0.5% | - |
| HSV(B) | 147.9º | 0.76% | 0.81% | - |
| XYZ | 26.85 | 46.2 | 25.91 | - |
| YUV | 149.48 | 112.49 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 122 | 0.76 | 0 | 0.41 | 0.19 | 147.9 | 0.62 | 0.5 |
| Hex | 31 | CE | 7A | 4C | 0 | 29 | 13 | 94 | 3E | 32 |
| Octal | 61 | 316 | 172 | 114 | 0 | 51 | 23 | 224 | 76 | 62 |
| Binary | 110001 | 11001110 | 1111010 | 1001100 | 0 | 101001 | 10011 | 10010100 | 111110 | 110010 |
Color Harmonies of #31CE7A
Complementary color
Monochromatic Colors of #31CE7A
Black with #31CE7A
Text Example
Text Example
White with #31CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE7A; }
p { color: rgb(49,206,122); }
H1.HeaderClassName
{
color: #31CE7A;
}
.AnyTagClassName
{
color: #31CE7A;
}
</style>
background-color css
<style>
a { background-color: #31CE7A; }
a { background-color: rgb(49,206,122); }
div.DivClassName
{
background-color: #31CE7A;
}
.BgClassName
{
background-color: #31CE7A;
}
</style>
border-color css
<style>
span { border-color: #31CE7A; }
span { border-color: rgb(49,206,122); }
td.TdClassName
{
border-color: #31CE7A;
}
.TagClassName
{
border-color: #31CE7A;
}
</style>