Shades of Medium Sea Green #31C066
Tints of Medium Sea Green #31C066
RGB
CMYK
RGB Variations
Color information
#31C066 (or 0x31C066) is known color: Medium Sea Green. HEX triplet: 31, C0 and 66. RGB value is (49,192,102). Sum of RGB (Red+Green+Blue) = 49+192+102=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #31C066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C066 is #CE3F99. Grayscale: #8B8B8B. Windows color (decimal): -13516698 or 6733873. OLE color: 6733873.
HSL color Cylindrical-coordinate representation of color #31C066: hue angle of 142.24º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C066 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 102 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.25 |
| HSL | 142.24º | 0.59% | 0.47% | - |
| HSV(B) | 142.24º | 0.74% | 0.75% | - |
| XYZ | 22.51 | 39.31 | 18.97 | - |
| YUV | 138.98 | 107.12 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 102 | 0.74 | 0 | 0.47 | 0.25 | 142.24 | 0.59 | 0.47 |
| Hex | 31 | C0 | 66 | 4A | 0 | 2F | 19 | 8E | 3B | 2F |
| Octal | 61 | 300 | 146 | 112 | 0 | 57 | 31 | 216 | 73 | 57 |
| Binary | 110001 | 11000000 | 1100110 | 1001010 | 0 | 101111 | 11001 | 10001110 | 111011 | 101111 |
Color Harmonies of #31C066
Complementary color
Monochromatic Colors of #31C066
Black with #31C066
Text Example
Text Example
White with #31C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C066; }
p { color: rgb(49,192,102); }
H1.HeaderClassName
{
color: #31C066;
}
.AnyTagClassName
{
color: #31C066;
}
</style>
background-color css
<style>
a { background-color: #31C066; }
a { background-color: rgb(49,192,102); }
div.DivClassName
{
background-color: #31C066;
}
.BgClassName
{
background-color: #31C066;
}
</style>
border-color css
<style>
span { border-color: #31C066; }
span { border-color: rgb(49,192,102); }
td.TdClassName
{
border-color: #31C066;
}
.TagClassName
{
border-color: #31C066;
}
</style>