Shades of Medium Sea Green #31BC73
Tints of Medium Sea Green #31BC73
RGB
CMYK
RGB Variations
Color information
#31BC73 (or 0x31BC73) is known color: Medium Sea Green. HEX triplet: 31, BC and 73. RGB value is (49,188,115). Sum of RGB (Red+Green+Blue) = 49+188+115=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC73 is #CE438C. Grayscale: #8A8A8A. Windows color (decimal): -13517709 or 7584817. OLE color: 7584817.
HSL color Cylindrical-coordinate representation of color #31BC73: hue angle of 148.49º 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 #31BC73 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 115 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.26 |
| HSL | 148.49º | 0.59% | 0.46% | - |
| HSV(B) | 148.49º | 0.74% | 0.74% | - |
| XYZ | 22.34 | 37.86 | 22.35 | - |
| YUV | 138.12 | 114.95 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 115 | 0.74 | 0 | 0.39 | 0.26 | 148.49 | 0.59 | 0.46 |
| Hex | 31 | BC | 73 | 4A | 0 | 27 | 1A | 94 | 3B | 2E |
| Octal | 61 | 274 | 163 | 112 | 0 | 47 | 32 | 224 | 73 | 56 |
| Binary | 110001 | 10111100 | 1110011 | 1001010 | 0 | 100111 | 11010 | 10010100 | 111011 | 101110 |
Color Harmonies of #31BC73
Complementary color
Monochromatic Colors of #31BC73
Black with #31BC73
Text Example
Text Example
White with #31BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC73; }
p { color: rgb(49,188,115); }
H1.HeaderClassName
{
color: #31BC73;
}
.AnyTagClassName
{
color: #31BC73;
}
</style>
background-color css
<style>
a { background-color: #31BC73; }
a { background-color: rgb(49,188,115); }
div.DivClassName
{
background-color: #31BC73;
}
.BgClassName
{
background-color: #31BC73;
}
</style>
border-color css
<style>
span { border-color: #31BC73; }
span { border-color: rgb(49,188,115); }
td.TdClassName
{
border-color: #31BC73;
}
.TagClassName
{
border-color: #31BC73;
}
</style>