Shades of Medium Sea Green #31D26C
Tints of Medium Sea Green #31D26C
RGB
CMYK
RGB Variations
Color information
#31D26C (or 0x31D26C) is known color: Medium Sea Green. HEX triplet: 31, D2 and 6C. RGB value is (49,210,108). Sum of RGB (Red+Green+Blue) = 49+210+108=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #31D26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D26C is #CE2D93. Grayscale: #969696. Windows color (decimal): -13512084 or 7131697. OLE color: 7131697.
HSL color Cylindrical-coordinate representation of color #31D26C: hue angle of 141.99º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D26C is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 108 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.18 |
| HSL | 141.99º | 0.64% | 0.51% | - |
| HSV(B) | 141.99º | 0.77% | 0.82% | - |
| XYZ | 27.02 | 47.83 | 22 | - |
| YUV | 150.23 | 104.16 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 108 | 0.77 | 0 | 0.49 | 0.18 | 141.99 | 0.64 | 0.51 |
| Hex | 31 | D2 | 6C | 4D | 0 | 31 | 12 | 8E | 40 | 33 |
| Octal | 61 | 322 | 154 | 115 | 0 | 61 | 22 | 216 | 100 | 63 |
| Binary | 110001 | 11010010 | 1101100 | 1001101 | 0 | 110001 | 10010 | 10001110 | 1000000 | 110011 |
Color Harmonies of #31D26C
Complementary color
Monochromatic Colors of #31D26C
Black with #31D26C
Text Example
Text Example
White with #31D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D26C; }
p { color: rgb(49,210,108); }
H1.HeaderClassName
{
color: #31D26C;
}
.AnyTagClassName
{
color: #31D26C;
}
</style>
background-color css
<style>
a { background-color: #31D26C; }
a { background-color: rgb(49,210,108); }
div.DivClassName
{
background-color: #31D26C;
}
.BgClassName
{
background-color: #31D26C;
}
</style>
border-color css
<style>
span { border-color: #31D26C; }
span { border-color: rgb(49,210,108); }
td.TdClassName
{
border-color: #31D26C;
}
.TagClassName
{
border-color: #31D26C;
}
</style>