Shades of Medium Sea Green #31C280
Tints of Medium Sea Green #31C280
RGB
CMYK
RGB Variations
Color information
#31C280 (or 0x31C280) is known color: Medium Sea Green. HEX triplet: 31, C2 and 80. RGB value is (49,194,128). Sum of RGB (Red+Green+Blue) = 49+194+128=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #31C280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C280 is #CE3D7F. Grayscale: #8F8F8F. Windows color (decimal): -13516160 or 8438321. OLE color: 8438321.
HSL color Cylindrical-coordinate representation of color #31C280: hue angle of 152.69º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C280 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 128 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.24 |
| HSL | 152.69º | 0.6% | 0.48% | - |
| HSV(B) | 152.69º | 0.75% | 0.76% | - |
| XYZ | 24.45 | 40.8 | 27.01 | - |
| YUV | 143.12 | 119.46 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 128 | 0.75 | 0 | 0.34 | 0.24 | 152.69 | 0.6 | 0.48 |
| Hex | 31 | C2 | 80 | 4B | 0 | 22 | 18 | 99 | 3C | 30 |
| Octal | 61 | 302 | 200 | 113 | 0 | 42 | 30 | 231 | 74 | 60 |
| Binary | 110001 | 11000010 | 10000000 | 1001011 | 0 | 100010 | 11000 | 10011001 | 111100 | 110000 |
Color Harmonies of #31C280
Complementary color
Monochromatic Colors of #31C280
Black with #31C280
Text Example
Text Example
White with #31C280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C280; }
p { color: rgb(49,194,128); }
H1.HeaderClassName
{
color: #31C280;
}
.AnyTagClassName
{
color: #31C280;
}
</style>
background-color css
<style>
a { background-color: #31C280; }
a { background-color: rgb(49,194,128); }
div.DivClassName
{
background-color: #31C280;
}
.BgClassName
{
background-color: #31C280;
}
</style>
border-color css
<style>
span { border-color: #31C280; }
span { border-color: rgb(49,194,128); }
td.TdClassName
{
border-color: #31C280;
}
.TagClassName
{
border-color: #31C280;
}
</style>