Shades of Shamrock #31CEA0
Tints of Shamrock #31CEA0
RGB
CMYK
RGB Variations
Color information
#31CEA0 (or 0x31CEA0) is known color: Shamrock. HEX triplet: 31, CE and A0. RGB value is (49,206,160). Sum of RGB (Red+Green+Blue) = 49+206+160=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CEA0 is #CE315F. Grayscale: #999999. Windows color (decimal): -13513056 or 10538545. OLE color: 10538545.
HSL color Cylindrical-coordinate representation of color #31CEA0: hue angle of 162.42º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CEA0 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 160 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.19 |
| HSL | 162.42º | 0.62% | 0.5% | - |
| HSV(B) | 162.42º | 0.76% | 0.81% | - |
| XYZ | 29.68 | 47.33 | 40.83 | - |
| YUV | 153.81 | 131.49 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 160 | 0.76 | 0 | 0.22 | 0.19 | 162.42 | 0.62 | 0.5 |
| Hex | 31 | CE | A0 | 4C | 0 | 16 | 13 | A2 | 3E | 32 |
| Octal | 61 | 316 | 240 | 114 | 0 | 26 | 23 | 242 | 76 | 62 |
| Binary | 110001 | 11001110 | 10100000 | 1001100 | 0 | 10110 | 10011 | 10100010 | 111110 | 110010 |
Color Harmonies of #31CEA0
Complementary color
Monochromatic Colors of #31CEA0
Black with #31CEA0
Text Example
Text Example
White with #31CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEA0; }
p { color: rgb(49,206,160); }
H1.HeaderClassName
{
color: #31CEA0;
}
.AnyTagClassName
{
color: #31CEA0;
}
</style>
background-color css
<style>
a { background-color: #31CEA0; }
a { background-color: rgb(49,206,160); }
div.DivClassName
{
background-color: #31CEA0;
}
.BgClassName
{
background-color: #31CEA0;
}
</style>
border-color css
<style>
span { border-color: #31CEA0; }
span { border-color: rgb(49,206,160); }
td.TdClassName
{
border-color: #31CEA0;
}
.TagClassName
{
border-color: #31CEA0;
}
</style>