Shades of Medium Sea Green #31BD73
Tints of Medium Sea Green #31BD73
RGB
CMYK
RGB Variations
Color information
#31BD73 (or 0x31BD73) is known color: Medium Sea Green. HEX triplet: 31, BD and 73. RGB value is (49,189,115). Sum of RGB (Red+Green+Blue) = 49+189+115=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BD73 is #CE428C. Grayscale: #8A8A8A. Windows color (decimal): -13517453 or 7585073. OLE color: 7585073.
HSL color Cylindrical-coordinate representation of color #31BD73: hue angle of 148.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BD73 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 115 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.26 |
| HSL | 148.29º | 0.59% | 0.47% | - |
| HSV(B) | 148.29º | 0.74% | 0.74% | - |
| XYZ | 22.56 | 38.29 | 22.42 | - |
| YUV | 138.7 | 114.62 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 115 | 0.74 | 0 | 0.39 | 0.26 | 148.29 | 0.59 | 0.47 |
| Hex | 31 | BD | 73 | 4A | 0 | 27 | 1A | 94 | 3B | 2F |
| Octal | 61 | 275 | 163 | 112 | 0 | 47 | 32 | 224 | 73 | 57 |
| Binary | 110001 | 10111101 | 1110011 | 1001010 | 0 | 100111 | 11010 | 10010100 | 111011 | 101111 |
Color Harmonies of #31BD73
Complementary color
Monochromatic Colors of #31BD73
Black with #31BD73
Text Example
Text Example
White with #31BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BD73; }
p { color: rgb(49,189,115); }
H1.HeaderClassName
{
color: #31BD73;
}
.AnyTagClassName
{
color: #31BD73;
}
</style>
background-color css
<style>
a { background-color: #31BD73; }
a { background-color: rgb(49,189,115); }
div.DivClassName
{
background-color: #31BD73;
}
.BgClassName
{
background-color: #31BD73;
}
</style>
border-color css
<style>
span { border-color: #31BD73; }
span { border-color: rgb(49,189,115); }
td.TdClassName
{
border-color: #31BD73;
}
.TagClassName
{
border-color: #31BD73;
}
</style>