Shades of Medium Sea Green #31BC64
Tints of Medium Sea Green #31BC64
RGB
CMYK
RGB Variations
Color information
#31BC64 (or 0x31BC64) is known color: Medium Sea Green. HEX triplet: 31, BC and 64. RGB value is (49,188,100). Sum of RGB (Red+Green+Blue) = 49+188+100=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC64 is #CE439B. Grayscale: #888888. Windows color (decimal): -13517724 or 6601777. OLE color: 6601777.
HSL color Cylindrical-coordinate representation of color #31BC64: hue angle of 142.01º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC64 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 100 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.26 |
| HSL | 142.01º | 0.59% | 0.46% | - |
| HSV(B) | 142.01º | 0.74% | 0.74% | - |
| XYZ | 21.55 | 37.54 | 18.17 | - |
| YUV | 136.41 | 107.45 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 100 | 0.74 | 0 | 0.47 | 0.26 | 142.01 | 0.59 | 0.46 |
| Hex | 31 | BC | 64 | 4A | 0 | 2F | 1A | 8E | 3B | 2E |
| Octal | 61 | 274 | 144 | 112 | 0 | 57 | 32 | 216 | 73 | 56 |
| Binary | 110001 | 10111100 | 1100100 | 1001010 | 0 | 101111 | 11010 | 10001110 | 111011 | 101110 |
Color Harmonies of #31BC64
Complementary color
Monochromatic Colors of #31BC64
Black with #31BC64
Text Example
Text Example
White with #31BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC64; }
p { color: rgb(49,188,100); }
H1.HeaderClassName
{
color: #31BC64;
}
.AnyTagClassName
{
color: #31BC64;
}
</style>
background-color css
<style>
a { background-color: #31BC64; }
a { background-color: rgb(49,188,100); }
div.DivClassName
{
background-color: #31BC64;
}
.BgClassName
{
background-color: #31BC64;
}
</style>
border-color css
<style>
span { border-color: #31BC64; }
span { border-color: rgb(49,188,100); }
td.TdClassName
{
border-color: #31BC64;
}
.TagClassName
{
border-color: #31BC64;
}
</style>