Shades of Medium Sea Green #31BC78
Tints of Medium Sea Green #31BC78
RGB
CMYK
RGB Variations
Color information
#31BC78 (or 0x31BC78) is known color: Medium Sea Green. HEX triplet: 31, BC and 78. RGB value is (49,188,120). Sum of RGB (Red+Green+Blue) = 49+188+120=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC78 is #CE4387. Grayscale: #8A8A8A. Windows color (decimal): -13517704 or 7912497. OLE color: 7912497.
HSL color Cylindrical-coordinate representation of color #31BC78: hue angle of 150.65º 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 #31BC78 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 120 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.26 |
| HSL | 150.65º | 0.59% | 0.46% | - |
| HSV(B) | 150.65º | 0.74% | 0.74% | - |
| XYZ | 22.64 | 37.98 | 23.91 | - |
| YUV | 138.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 120 | 0.74 | 0 | 0.36 | 0.26 | 150.65 | 0.59 | 0.46 |
| Hex | 31 | BC | 78 | 4A | 0 | 24 | 1A | 97 | 3B | 2E |
| Octal | 61 | 274 | 170 | 112 | 0 | 44 | 32 | 227 | 73 | 56 |
| Binary | 110001 | 10111100 | 1111000 | 1001010 | 0 | 100100 | 11010 | 10010111 | 111011 | 101110 |
Color Harmonies of #31BC78
Complementary color
Monochromatic Colors of #31BC78
Black with #31BC78
Text Example
Text Example
White with #31BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC78; }
p { color: rgb(49,188,120); }
H1.HeaderClassName
{
color: #31BC78;
}
.AnyTagClassName
{
color: #31BC78;
}
</style>
background-color css
<style>
a { background-color: #31BC78; }
a { background-color: rgb(49,188,120); }
div.DivClassName
{
background-color: #31BC78;
}
.BgClassName
{
background-color: #31BC78;
}
</style>
border-color css
<style>
span { border-color: #31BC78; }
span { border-color: rgb(49,188,120); }
td.TdClassName
{
border-color: #31BC78;
}
.TagClassName
{
border-color: #31BC78;
}
</style>