Shades of Medium Sea Green #31C26B
Tints of Medium Sea Green #31C26B
RGB
CMYK
RGB Variations
Color information
#31C26B (or 0x31C26B) is known color: Medium Sea Green. HEX triplet: 31, C2 and 6B. RGB value is (49,194,107). Sum of RGB (Red+Green+Blue) = 49+194+107=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #31C26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C26B is #CE3D94. Grayscale: #8C8C8C. Windows color (decimal): -13516181 or 7062065. OLE color: 7062065.
HSL color Cylindrical-coordinate representation of color #31C26B: hue angle of 144º 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 #31C26B is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 107 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.24 |
| HSL | 144º | 0.6% | 0.48% | - |
| HSV(B) | 144º | 0.75% | 0.76% | - |
| XYZ | 23.21 | 40.3 | 20.46 | - |
| YUV | 140.73 | 108.96 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 107 | 0.75 | 0 | 0.45 | 0.24 | 144 | 0.6 | 0.48 |
| Hex | 31 | C2 | 6B | 4B | 0 | 2D | 18 | 90 | 3C | 30 |
| Octal | 61 | 302 | 153 | 113 | 0 | 55 | 30 | 220 | 74 | 60 |
| Binary | 110001 | 11000010 | 1101011 | 1001011 | 0 | 101101 | 11000 | 10010000 | 111100 | 110000 |
Color Harmonies of #31C26B
Complementary color
Monochromatic Colors of #31C26B
Black with #31C26B
Text Example
Text Example
White with #31C26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C26B; }
p { color: rgb(49,194,107); }
H1.HeaderClassName
{
color: #31C26B;
}
.AnyTagClassName
{
color: #31C26B;
}
</style>
background-color css
<style>
a { background-color: #31C26B; }
a { background-color: rgb(49,194,107); }
div.DivClassName
{
background-color: #31C26B;
}
.BgClassName
{
background-color: #31C26B;
}
</style>
border-color css
<style>
span { border-color: #31C26B; }
span { border-color: rgb(49,194,107); }
td.TdClassName
{
border-color: #31C26B;
}
.TagClassName
{
border-color: #31C26B;
}
</style>