Shades of Medium Sea Green #31C265
Tints of Medium Sea Green #31C265
RGB
CMYK
RGB Variations
Color information
#31C265 (or 0x31C265) is known color: Medium Sea Green. HEX triplet: 31, C2 and 65. RGB value is (49,194,101). Sum of RGB (Red+Green+Blue) = 49+194+101=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #31C265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C265 is #CE3D9A. Grayscale: #8C8C8C. Windows color (decimal): -13516187 or 6668849. OLE color: 6668849.
HSL color Cylindrical-coordinate representation of color #31C265: hue angle of 141.52º 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 #31C265 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 101 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.24 |
| HSL | 141.52º | 0.6% | 0.48% | - |
| HSV(B) | 141.52º | 0.75% | 0.76% | - |
| XYZ | 22.91 | 40.18 | 18.86 | - |
| YUV | 140.04 | 105.96 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 101 | 0.75 | 0 | 0.48 | 0.24 | 141.52 | 0.6 | 0.48 |
| Hex | 31 | C2 | 65 | 4B | 0 | 30 | 18 | 8E | 3C | 30 |
| Octal | 61 | 302 | 145 | 113 | 0 | 60 | 30 | 216 | 74 | 60 |
| Binary | 110001 | 11000010 | 1100101 | 1001011 | 0 | 110000 | 11000 | 10001110 | 111100 | 110000 |
Color Harmonies of #31C265
Complementary color
Monochromatic Colors of #31C265
Black with #31C265
Text Example
Text Example
White with #31C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C265; }
p { color: rgb(49,194,101); }
H1.HeaderClassName
{
color: #31C265;
}
.AnyTagClassName
{
color: #31C265;
}
</style>
background-color css
<style>
a { background-color: #31C265; }
a { background-color: rgb(49,194,101); }
div.DivClassName
{
background-color: #31C265;
}
.BgClassName
{
background-color: #31C265;
}
</style>
border-color css
<style>
span { border-color: #31C265; }
span { border-color: rgb(49,194,101); }
td.TdClassName
{
border-color: #31C265;
}
.TagClassName
{
border-color: #31C265;
}
</style>