Shades of Medium Sea Green #31BD80
Tints of Medium Sea Green #31BD80
RGB
CMYK
RGB Variations
Color information
#31BD80 (or 0x31BD80) is known color: Medium Sea Green. HEX triplet: 31, BD and 80. RGB value is (49,189,128). Sum of RGB (Red+Green+Blue) = 49+189+128=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BD80 is #CE427F. Grayscale: #8C8C8C. Windows color (decimal): -13517440 or 8437041. OLE color: 8437041.
HSL color Cylindrical-coordinate representation of color #31BD80: hue angle of 153.86º 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 #31BD80 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 128 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.26 |
| HSL | 153.86º | 0.59% | 0.47% | - |
| HSV(B) | 153.86º | 0.74% | 0.74% | - |
| XYZ | 23.36 | 38.61 | 26.64 | - |
| YUV | 140.19 | 121.12 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 128 | 0.74 | 0 | 0.32 | 0.26 | 153.86 | 0.59 | 0.47 |
| Hex | 31 | BD | 80 | 4A | 0 | 20 | 1A | 9A | 3B | 2F |
| Octal | 61 | 275 | 200 | 112 | 0 | 40 | 32 | 232 | 73 | 57 |
| Binary | 110001 | 10111101 | 10000000 | 1001010 | 0 | 100000 | 11010 | 10011010 | 111011 | 101111 |
Color Harmonies of #31BD80
Complementary color
Monochromatic Colors of #31BD80
Black with #31BD80
Text Example
Text Example
White with #31BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BD80; }
p { color: rgb(49,189,128); }
H1.HeaderClassName
{
color: #31BD80;
}
.AnyTagClassName
{
color: #31BD80;
}
</style>
background-color css
<style>
a { background-color: #31BD80; }
a { background-color: rgb(49,189,128); }
div.DivClassName
{
background-color: #31BD80;
}
.BgClassName
{
background-color: #31BD80;
}
</style>
border-color css
<style>
span { border-color: #31BD80; }
span { border-color: rgb(49,189,128); }
td.TdClassName
{
border-color: #31BD80;
}
.TagClassName
{
border-color: #31BD80;
}
</style>