Shades of Shamrock #31C1A0
Tints of Shamrock #31C1A0
RGB
CMYK
RGB Variations
Color information
#31C1A0 (or 0x31C1A0) is known color: Shamrock. HEX triplet: 31, C1 and A0. RGB value is (49,193,160). Sum of RGB (Red+Green+Blue) = 49+193+160=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #31C1A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C1A0 is #CE3E5F. Grayscale: #929292. Windows color (decimal): -13516384 or 10535217. OLE color: 10535217.
HSL color Cylindrical-coordinate representation of color #31C1A0: hue angle of 166.25º 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 #31C1A0 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 193 | 160 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.24 |
| HSL | 166.25º | 0.6% | 0.47% | - |
| HSV(B) | 166.25º | 0.75% | 0.76% | - |
| XYZ | 26.68 | 41.33 | 39.83 | - |
| YUV | 146.18 | 135.79 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 193 | 160 | 0.75 | 0 | 0.17 | 0.24 | 166.25 | 0.6 | 0.47 |
| Hex | 31 | C1 | A0 | 4B | 0 | 11 | 18 | A6 | 3C | 2F |
| Octal | 61 | 301 | 240 | 113 | 0 | 21 | 30 | 246 | 74 | 57 |
| Binary | 110001 | 11000001 | 10100000 | 1001011 | 0 | 10001 | 11000 | 10100110 | 111100 | 101111 |
Color Harmonies of #31C1A0
Complementary color
Monochromatic Colors of #31C1A0
Black with #31C1A0
Text Example
Text Example
White with #31C1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C1A0; }
p { color: rgb(49,193,160); }
H1.HeaderClassName
{
color: #31C1A0;
}
.AnyTagClassName
{
color: #31C1A0;
}
</style>
background-color css
<style>
a { background-color: #31C1A0; }
a { background-color: rgb(49,193,160); }
div.DivClassName
{
background-color: #31C1A0;
}
.BgClassName
{
background-color: #31C1A0;
}
</style>
border-color css
<style>
span { border-color: #31C1A0; }
span { border-color: rgb(49,193,160); }
td.TdClassName
{
border-color: #31C1A0;
}
.TagClassName
{
border-color: #31C1A0;
}
</style>