Shades of Medium Sea Green #31BC77
Tints of Medium Sea Green #31BC77
RGB
CMYK
RGB Variations
Color information
#31BC77 (or 0x31BC77) is known color: Medium Sea Green. HEX triplet: 31, BC and 77. RGB value is (49,188,119). Sum of RGB (Red+Green+Blue) = 49+188+119=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC77 is #CE4388. Grayscale: #8A8A8A. Windows color (decimal): -13517705 or 7846961. OLE color: 7846961.
HSL color Cylindrical-coordinate representation of color #31BC77: hue angle of 150.22º 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 #31BC77 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 119 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.26 |
| HSL | 150.22º | 0.59% | 0.46% | - |
| HSV(B) | 150.22º | 0.74% | 0.74% | - |
| XYZ | 22.58 | 37.95 | 23.59 | - |
| YUV | 138.57 | 116.95 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 119 | 0.74 | 0 | 0.37 | 0.26 | 150.22 | 0.59 | 0.46 |
| Hex | 31 | BC | 77 | 4A | 0 | 25 | 1A | 96 | 3B | 2E |
| Octal | 61 | 274 | 167 | 112 | 0 | 45 | 32 | 226 | 73 | 56 |
| Binary | 110001 | 10111100 | 1110111 | 1001010 | 0 | 100101 | 11010 | 10010110 | 111011 | 101110 |
Color Harmonies of #31BC77
Complementary color
Monochromatic Colors of #31BC77
Black with #31BC77
Text Example
Text Example
White with #31BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC77; }
p { color: rgb(49,188,119); }
H1.HeaderClassName
{
color: #31BC77;
}
.AnyTagClassName
{
color: #31BC77;
}
</style>
background-color css
<style>
a { background-color: #31BC77; }
a { background-color: rgb(49,188,119); }
div.DivClassName
{
background-color: #31BC77;
}
.BgClassName
{
background-color: #31BC77;
}
</style>
border-color css
<style>
span { border-color: #31BC77; }
span { border-color: rgb(49,188,119); }
td.TdClassName
{
border-color: #31BC77;
}
.TagClassName
{
border-color: #31BC77;
}
</style>