Shades of Medium Sea Green #31C86F
Tints of Medium Sea Green #31C86F
RGB
CMYK
RGB Variations
Color information
#31C86F (or 0x31C86F) is known color: Medium Sea Green. HEX triplet: 31, C8 and 6F. RGB value is (49,200,111). Sum of RGB (Red+Green+Blue) = 49+200+111=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #31C86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C86F is #CE3790. Grayscale: #909090. Windows color (decimal): -13514641 or 7325745. OLE color: 7325745.
HSL color Cylindrical-coordinate representation of color #31C86F: hue angle of 144.64º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C86F is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 111 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.22 |
| HSL | 144.64º | 0.61% | 0.49% | - |
| HSV(B) | 144.64º | 0.76% | 0.78% | - |
| XYZ | 24.79 | 43.11 | 22.05 | - |
| YUV | 144.71 | 108.97 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 111 | 0.76 | 0 | 0.44 | 0.22 | 144.64 | 0.61 | 0.49 |
| Hex | 31 | C8 | 6F | 4C | 0 | 2C | 16 | 91 | 3D | 31 |
| Octal | 61 | 310 | 157 | 114 | 0 | 54 | 26 | 221 | 75 | 61 |
| Binary | 110001 | 11001000 | 1101111 | 1001100 | 0 | 101100 | 10110 | 10010001 | 111101 | 110001 |
Color Harmonies of #31C86F
Complementary color
Monochromatic Colors of #31C86F
Black with #31C86F
Text Example
Text Example
White with #31C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C86F; }
p { color: rgb(49,200,111); }
H1.HeaderClassName
{
color: #31C86F;
}
.AnyTagClassName
{
color: #31C86F;
}
</style>
background-color css
<style>
a { background-color: #31C86F; }
a { background-color: rgb(49,200,111); }
div.DivClassName
{
background-color: #31C86F;
}
.BgClassName
{
background-color: #31C86F;
}
</style>
border-color css
<style>
span { border-color: #31C86F; }
span { border-color: rgb(49,200,111); }
td.TdClassName
{
border-color: #31C86F;
}
.TagClassName
{
border-color: #31C86F;
}
</style>