Shades of Medium Sea Green #31C680
Tints of Medium Sea Green #31C680
RGB
CMYK
RGB Variations
Color information
#31C680 (or 0x31C680) is known color: Medium Sea Green. HEX triplet: 31, C6 and 80. RGB value is (49,198,128). Sum of RGB (Red+Green+Blue) = 49+198+128=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #31C680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C680 is #CE397F. Grayscale: #919191. Windows color (decimal): -13515136 or 8439345. OLE color: 8439345.
HSL color Cylindrical-coordinate representation of color #31C680: hue angle of 151.81º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C680 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 198 | 128 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.22 |
| HSL | 151.81º | 0.6% | 0.48% | - |
| HSV(B) | 151.81º | 0.75% | 0.78% | - |
| XYZ | 25.36 | 42.6 | 27.31 | - |
| YUV | 145.47 | 118.14 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 198 | 128 | 0.75 | 0 | 0.35 | 0.22 | 151.81 | 0.6 | 0.48 |
| Hex | 31 | C6 | 80 | 4B | 0 | 23 | 16 | 98 | 3C | 30 |
| Octal | 61 | 306 | 200 | 113 | 0 | 43 | 26 | 230 | 74 | 60 |
| Binary | 110001 | 11000110 | 10000000 | 1001011 | 0 | 100011 | 10110 | 10011000 | 111100 | 110000 |
Color Harmonies of #31C680
Complementary color
Monochromatic Colors of #31C680
Black with #31C680
Text Example
Text Example
White with #31C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C680; }
p { color: rgb(49,198,128); }
H1.HeaderClassName
{
color: #31C680;
}
.AnyTagClassName
{
color: #31C680;
}
</style>
background-color css
<style>
a { background-color: #31C680; }
a { background-color: rgb(49,198,128); }
div.DivClassName
{
background-color: #31C680;
}
.BgClassName
{
background-color: #31C680;
}
</style>
border-color css
<style>
span { border-color: #31C680; }
span { border-color: rgb(49,198,128); }
td.TdClassName
{
border-color: #31C680;
}
.TagClassName
{
border-color: #31C680;
}
</style>