Shades of Shamrock #47CEA0
Tints of Shamrock #47CEA0
RGB
CMYK
RGB Variations
Color information
#47CEA0 (or 0x47CEA0) is known color: Shamrock. HEX triplet: 47, CE and A0. RGB value is (71,206,160). Sum of RGB (Red+Green+Blue) = 71+206+160=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CEA0 is #B8315F. Grayscale: #A0A0A0. Windows color (decimal): -12071264 or 10538567. OLE color: 10538567.
HSL color Cylindrical-coordinate representation of color #47CEA0: hue angle of 159.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CEA0 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 160 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.19 |
| HSL | 159.56º | 0.58% | 0.54% | - |
| HSV(B) | 159.56º | 0.66% | 0.81% | - |
| XYZ | 31.02 | 48.02 | 40.89 | - |
| YUV | 160.39 | 127.77 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 160 | 0.66 | 0 | 0.22 | 0.19 | 159.56 | 0.58 | 0.54 |
| Hex | 47 | CE | A0 | 42 | 0 | 16 | 13 | A0 | 3A | 36 |
| Octal | 107 | 316 | 240 | 102 | 0 | 26 | 23 | 240 | 72 | 66 |
| Binary | 1000111 | 11001110 | 10100000 | 1000010 | 0 | 10110 | 10011 | 10100000 | 111010 | 110110 |
Color Harmonies of #47CEA0
Complementary color
Monochromatic Colors of #47CEA0
Black with #47CEA0
Text Example
Text Example
White with #47CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEA0; }
p { color: rgb(71,206,160); }
H1.HeaderClassName
{
color: #47CEA0;
}
.AnyTagClassName
{
color: #47CEA0;
}
</style>
background-color css
<style>
a { background-color: #47CEA0; }
a { background-color: rgb(71,206,160); }
div.DivClassName
{
background-color: #47CEA0;
}
.BgClassName
{
background-color: #47CEA0;
}
</style>
border-color css
<style>
span { border-color: #47CEA0; }
span { border-color: rgb(71,206,160); }
td.TdClassName
{
border-color: #47CEA0;
}
.TagClassName
{
border-color: #47CEA0;
}
</style>