Shades of Medium Sea Green #31A96B
Tints of Medium Sea Green #31A96B
RGB
CMYK
RGB Variations
Color information
#31A96B (or 0x31A96B) is known color: Medium Sea Green. HEX triplet: 31, A9 and 6B. RGB value is (49,169,107). Sum of RGB (Red+Green+Blue) = 49+169+107=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #31A96B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A96B is #CE5694. Grayscale: #7E7E7E. Windows color (decimal): -13522581 or 7055665. OLE color: 7055665.
HSL color Cylindrical-coordinate representation of color #31A96B: hue angle of 149º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A96B is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 169 | 107 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.34 |
| HSL | 149º | 0.55% | 0.43% | - |
| HSV(B) | 149º | 0.71% | 0.66% | - |
| XYZ | 18.11 | 30.09 | 18.76 | - |
| YUV | 126.05 | 117.24 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 169 | 107 | 0.71 | 0 | 0.37 | 0.34 | 149 | 0.55 | 0.43 |
| Hex | 31 | A9 | 6B | 47 | 0 | 25 | 22 | 95 | 37 | 2B |
| Octal | 61 | 251 | 153 | 107 | 0 | 45 | 42 | 225 | 67 | 53 |
| Binary | 110001 | 10101001 | 1101011 | 1000111 | 0 | 100101 | 100010 | 10010101 | 110111 | 101011 |
Color Harmonies of #31A96B
Complementary color
Monochromatic Colors of #31A96B
Black with #31A96B
Text Example
Text Example
White with #31A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A96B; }
p { color: rgb(49,169,107); }
H1.HeaderClassName
{
color: #31A96B;
}
.AnyTagClassName
{
color: #31A96B;
}
</style>
background-color css
<style>
a { background-color: #31A96B; }
a { background-color: rgb(49,169,107); }
div.DivClassName
{
background-color: #31A96B;
}
.BgClassName
{
background-color: #31A96B;
}
</style>
border-color css
<style>
span { border-color: #31A96B; }
span { border-color: rgb(49,169,107); }
td.TdClassName
{
border-color: #31A96B;
}
.TagClassName
{
border-color: #31A96B;
}
</style>