Shades of Medium Sea Green #31CE7D
Tints of Medium Sea Green #31CE7D
RGB
CMYK
RGB Variations
Color information
#31CE7D (or 0x31CE7D) is known color: Medium Sea Green. HEX triplet: 31, CE and 7D. RGB value is (49,206,125). Sum of RGB (Red+Green+Blue) = 49+206+125=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CE7D is #CE3182. Grayscale: #959595. Windows color (decimal): -13513091 or 8244785. OLE color: 8244785.
HSL color Cylindrical-coordinate representation of color #31CE7D: hue angle of 149.04º 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 #31CE7D is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 125 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.19 |
| HSL | 149.04º | 0.62% | 0.5% | - |
| HSV(B) | 149.04º | 0.76% | 0.81% | - |
| XYZ | 27.04 | 46.28 | 26.91 | - |
| YUV | 149.82 | 113.99 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 125 | 0.76 | 0 | 0.39 | 0.19 | 149.04 | 0.62 | 0.5 |
| Hex | 31 | CE | 7D | 4C | 0 | 27 | 13 | 95 | 3E | 32 |
| Octal | 61 | 316 | 175 | 114 | 0 | 47 | 23 | 225 | 76 | 62 |
| Binary | 110001 | 11001110 | 1111101 | 1001100 | 0 | 100111 | 10011 | 10010101 | 111110 | 110010 |
Color Harmonies of #31CE7D
Complementary color
Monochromatic Colors of #31CE7D
Black with #31CE7D
Text Example
Text Example
White with #31CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE7D; }
p { color: rgb(49,206,125); }
H1.HeaderClassName
{
color: #31CE7D;
}
.AnyTagClassName
{
color: #31CE7D;
}
</style>
background-color css
<style>
a { background-color: #31CE7D; }
a { background-color: rgb(49,206,125); }
div.DivClassName
{
background-color: #31CE7D;
}
.BgClassName
{
background-color: #31CE7D;
}
</style>
border-color css
<style>
span { border-color: #31CE7D; }
span { border-color: rgb(49,206,125); }
td.TdClassName
{
border-color: #31CE7D;
}
.TagClassName
{
border-color: #31CE7D;
}
</style>