Shades of Medium Sea Green #31C86B
Tints of Medium Sea Green #31C86B
RGB
CMYK
RGB Variations
Color information
#31C86B (or 0x31C86B) is known color: Medium Sea Green. HEX triplet: 31, C8 and 6B. RGB value is (49,200,107). Sum of RGB (Red+Green+Blue) = 49+200+107=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #31C86B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C86B is #CE3794. Grayscale: #909090. Windows color (decimal): -13514645 or 7063601. OLE color: 7063601.
HSL color Cylindrical-coordinate representation of color #31C86B: hue angle of 143.05º 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 #31C86B is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 107 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.22 |
| HSL | 143.05º | 0.61% | 0.49% | - |
| HSV(B) | 143.05º | 0.76% | 0.78% | - |
| XYZ | 24.57 | 43.02 | 20.92 | - |
| YUV | 144.25 | 106.97 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 107 | 0.76 | 0 | 0.46 | 0.22 | 143.05 | 0.61 | 0.49 |
| Hex | 31 | C8 | 6B | 4C | 0 | 2E | 16 | 8F | 3D | 31 |
| Octal | 61 | 310 | 153 | 114 | 0 | 56 | 26 | 217 | 75 | 61 |
| Binary | 110001 | 11001000 | 1101011 | 1001100 | 0 | 101110 | 10110 | 10001111 | 111101 | 110001 |
Color Harmonies of #31C86B
Complementary color
Monochromatic Colors of #31C86B
Black with #31C86B
Text Example
Text Example
White with #31C86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C86B; }
p { color: rgb(49,200,107); }
H1.HeaderClassName
{
color: #31C86B;
}
.AnyTagClassName
{
color: #31C86B;
}
</style>
background-color css
<style>
a { background-color: #31C86B; }
a { background-color: rgb(49,200,107); }
div.DivClassName
{
background-color: #31C86B;
}
.BgClassName
{
background-color: #31C86B;
}
</style>
border-color css
<style>
span { border-color: #31C86B; }
span { border-color: rgb(49,200,107); }
td.TdClassName
{
border-color: #31C86B;
}
.TagClassName
{
border-color: #31C86B;
}
</style>