Shades of Medium Sea Green #31C168
Tints of Medium Sea Green #31C168
RGB
CMYK
RGB Variations
Color information
#31C168 (or 0x31C168) is known color: Medium Sea Green. HEX triplet: 31, C1 and 68. RGB value is (49,193,104). Sum of RGB (Red+Green+Blue) = 49+193+104=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #31C168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C168 is #CE3E97. Grayscale: #8C8C8C. Windows color (decimal): -13516440 or 6865201. OLE color: 6865201.
HSL color Cylindrical-coordinate representation of color #31C168: hue angle of 142.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C168 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 193 | 104 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.24 |
| HSL | 142.92º | 0.6% | 0.47% | - |
| HSV(B) | 142.92º | 0.75% | 0.76% | - |
| XYZ | 22.84 | 39.79 | 19.57 | - |
| YUV | 139.8 | 107.79 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 193 | 104 | 0.75 | 0 | 0.46 | 0.24 | 142.92 | 0.6 | 0.47 |
| Hex | 31 | C1 | 68 | 4B | 0 | 2E | 18 | 8F | 3C | 2F |
| Octal | 61 | 301 | 150 | 113 | 0 | 56 | 30 | 217 | 74 | 57 |
| Binary | 110001 | 11000001 | 1101000 | 1001011 | 0 | 101110 | 11000 | 10001111 | 111100 | 101111 |
Color Harmonies of #31C168
Complementary color
Monochromatic Colors of #31C168
Black with #31C168
Text Example
Text Example
White with #31C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C168; }
p { color: rgb(49,193,104); }
H1.HeaderClassName
{
color: #31C168;
}
.AnyTagClassName
{
color: #31C168;
}
</style>
background-color css
<style>
a { background-color: #31C168; }
a { background-color: rgb(49,193,104); }
div.DivClassName
{
background-color: #31C168;
}
.BgClassName
{
background-color: #31C168;
}
</style>
border-color css
<style>
span { border-color: #31C168; }
span { border-color: rgb(49,193,104); }
td.TdClassName
{
border-color: #31C168;
}
.TagClassName
{
border-color: #31C168;
}
</style>