Shades of Medium Sea Green #31B764
Tints of Medium Sea Green #31B764
RGB
CMYK
RGB Variations
Color information
#31B764 (or 0x31B764) is known color: Medium Sea Green. HEX triplet: 31, B7 and 64. RGB value is (49,183,100). Sum of RGB (Red+Green+Blue) = 49+183+100=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #31B764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B764 is #CE489B. Grayscale: #858585. Windows color (decimal): -13519004 or 6600497. OLE color: 6600497.
HSL color Cylindrical-coordinate representation of color #31B764: hue angle of 142.84º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B764 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 100 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.28 |
| HSL | 142.84º | 0.58% | 0.45% | - |
| HSV(B) | 142.84º | 0.73% | 0.72% | - |
| XYZ | 20.5 | 35.44 | 17.82 | - |
| YUV | 133.47 | 109.11 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 100 | 0.73 | 0 | 0.45 | 0.28 | 142.84 | 0.58 | 0.45 |
| Hex | 31 | B7 | 64 | 49 | 0 | 2D | 1C | 8F | 3A | 2D |
| Octal | 61 | 267 | 144 | 111 | 0 | 55 | 34 | 217 | 72 | 55 |
| Binary | 110001 | 10110111 | 1100100 | 1001001 | 0 | 101101 | 11100 | 10001111 | 111010 | 101101 |
Color Harmonies of #31B764
Complementary color
Monochromatic Colors of #31B764
Black with #31B764
Text Example
Text Example
White with #31B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B764; }
p { color: rgb(49,183,100); }
H1.HeaderClassName
{
color: #31B764;
}
.AnyTagClassName
{
color: #31B764;
}
</style>
background-color css
<style>
a { background-color: #31B764; }
a { background-color: rgb(49,183,100); }
div.DivClassName
{
background-color: #31B764;
}
.BgClassName
{
background-color: #31B764;
}
</style>
border-color css
<style>
span { border-color: #31B764; }
span { border-color: rgb(49,183,100); }
td.TdClassName
{
border-color: #31B764;
}
.TagClassName
{
border-color: #31B764;
}
</style>