Shades of Medium Sea Green #31BE7D
Tints of Medium Sea Green #31BE7D
RGB
CMYK
RGB Variations
Color information
#31BE7D (or 0x31BE7D) is known color: Medium Sea Green. HEX triplet: 31, BE and 7D. RGB value is (49,190,125). Sum of RGB (Red+Green+Blue) = 49+190+125=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BE7D is #CE4182. Grayscale: #8C8C8C. Windows color (decimal): -13517187 or 8240689. OLE color: 8240689.
HSL color Cylindrical-coordinate representation of color #31BE7D: hue angle of 152.34º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BE7D is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 190 | 125 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.25 |
| HSL | 152.34º | 0.59% | 0.47% | - |
| HSV(B) | 152.34º | 0.74% | 0.75% | - |
| XYZ | 23.38 | 38.96 | 25.69 | - |
| YUV | 140.43 | 119.29 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 125 | 0.74 | 0 | 0.34 | 0.25 | 152.34 | 0.59 | 0.47 |
| Hex | 31 | BE | 7D | 4A | 0 | 22 | 19 | 98 | 3B | 2F |
| Octal | 61 | 276 | 175 | 112 | 0 | 42 | 31 | 230 | 73 | 57 |
| Binary | 110001 | 10111110 | 1111101 | 1001010 | 0 | 100010 | 11001 | 10011000 | 111011 | 101111 |
Color Harmonies of #31BE7D
Complementary color
Monochromatic Colors of #31BE7D
Black with #31BE7D
Text Example
Text Example
White with #31BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BE7D; }
p { color: rgb(49,190,125); }
H1.HeaderClassName
{
color: #31BE7D;
}
.AnyTagClassName
{
color: #31BE7D;
}
</style>
background-color css
<style>
a { background-color: #31BE7D; }
a { background-color: rgb(49,190,125); }
div.DivClassName
{
background-color: #31BE7D;
}
.BgClassName
{
background-color: #31BE7D;
}
</style>
border-color css
<style>
span { border-color: #31BE7D; }
span { border-color: rgb(49,190,125); }
td.TdClassName
{
border-color: #31BE7D;
}
.TagClassName
{
border-color: #31BE7D;
}
</style>