Shades of Medium Sea Green #31A76C
Tints of Medium Sea Green #31A76C
RGB
CMYK
RGB Variations
Color information
#31A76C (or 0x31A76C) is known color: Medium Sea Green. HEX triplet: 31, A7 and 6C. RGB value is (49,167,108). Sum of RGB (Red+Green+Blue) = 49+167+108=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #31A76C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A76C is #CE5893. Grayscale: #7D7D7D. Windows color (decimal): -13523092 or 7120689. OLE color: 7120689.
HSL color Cylindrical-coordinate representation of color #31A76C: hue angle of 150º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A76C is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 108 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.35 |
| HSL | 150º | 0.55% | 0.42% | - |
| HSV(B) | 150º | 0.71% | 0.65% | - |
| XYZ | 17.79 | 29.37 | 18.92 | - |
| YUV | 124.99 | 118.41 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 108 | 0.71 | 0 | 0.35 | 0.35 | 150 | 0.55 | 0.42 |
| Hex | 31 | A7 | 6C | 47 | 0 | 23 | 23 | 96 | 37 | 2A |
| Octal | 61 | 247 | 154 | 107 | 0 | 43 | 43 | 226 | 67 | 52 |
| Binary | 110001 | 10100111 | 1101100 | 1000111 | 0 | 100011 | 100011 | 10010110 | 110111 | 101010 |
Color Harmonies of #31A76C
Complementary color
Monochromatic Colors of #31A76C
Black with #31A76C
Text Example
Text Example
White with #31A76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A76C; }
p { color: rgb(49,167,108); }
H1.HeaderClassName
{
color: #31A76C;
}
.AnyTagClassName
{
color: #31A76C;
}
</style>
background-color css
<style>
a { background-color: #31A76C; }
a { background-color: rgb(49,167,108); }
div.DivClassName
{
background-color: #31A76C;
}
.BgClassName
{
background-color: #31A76C;
}
</style>
border-color css
<style>
span { border-color: #31A76C; }
span { border-color: rgb(49,167,108); }
td.TdClassName
{
border-color: #31A76C;
}
.TagClassName
{
border-color: #31A76C;
}
</style>