Shades of Medium Sea Green #31CE60
Tints of Medium Sea Green #31CE60
RGB
CMYK
RGB Variations
Color information
#31CE60 (or 0x31CE60) is known color: Medium Sea Green. HEX triplet: 31, CE and 60. RGB value is (49,206,96). Sum of RGB (Red+Green+Blue) = 49+206+96=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 206 (80.86% from 255 or 58.69% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CE60 is #CE319F. Grayscale: #929292. Windows color (decimal): -13513120 or 6344241. OLE color: 6344241.
HSL color Cylindrical-coordinate representation of color #31CE60: hue angle of 137.96º 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 #31CE60 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 96 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.19 |
| HSL | 137.96º | 0.62% | 0.5% | - |
| HSV(B) | 137.96º | 0.76% | 0.81% | - |
| XYZ | 25.45 | 45.64 | 18.53 | - |
| YUV | 146.52 | 99.49 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 96 | 0.76 | 0 | 0.53 | 0.19 | 137.96 | 0.62 | 0.5 |
| Hex | 31 | CE | 60 | 4C | 0 | 35 | 13 | 8A | 3E | 32 |
| Octal | 61 | 316 | 140 | 114 | 0 | 65 | 23 | 212 | 76 | 62 |
| Binary | 110001 | 11001110 | 1100000 | 1001100 | 0 | 110101 | 10011 | 10001010 | 111110 | 110010 |
Color Harmonies of #31CE60
Complementary color
Monochromatic Colors of #31CE60
Black with #31CE60
Text Example
Text Example
White with #31CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE60; }
p { color: rgb(49,206,96); }
H1.HeaderClassName
{
color: #31CE60;
}
.AnyTagClassName
{
color: #31CE60;
}
</style>
background-color css
<style>
a { background-color: #31CE60; }
a { background-color: rgb(49,206,96); }
div.DivClassName
{
background-color: #31CE60;
}
.BgClassName
{
background-color: #31CE60;
}
</style>
border-color css
<style>
span { border-color: #31CE60; }
span { border-color: rgb(49,206,96); }
td.TdClassName
{
border-color: #31CE60;
}
.TagClassName
{
border-color: #31CE60;
}
</style>