Shades of Shamrock #47DCAB
Tints of Shamrock #47DCAB
RGB
CMYK
RGB Variations
Color information
#47DCAB (or 0x47DCAB) is known color: Shamrock. HEX triplet: 47, DC and AB. RGB value is (71,220,171). Sum of RGB (Red+Green+Blue) = 71+220+171=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DCAB is #B82354. Grayscale: #A9A9A9. Windows color (decimal): -12067669 or 11263047. OLE color: 11263047.
HSL color Cylindrical-coordinate representation of color #47DCAB: hue angle of 160.27º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DCAB is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 171 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.14 |
| HSL | 160.27º | 0.68% | 0.57% | - |
| HSV(B) | 160.27º | 0.68% | 0.86% | - |
| XYZ | 35.54 | 55.47 | 47.36 | - |
| YUV | 169.86 | 128.64 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 171 | 0.68 | 0 | 0.22 | 0.14 | 160.27 | 0.68 | 0.57 |
| Hex | 47 | DC | AB | 44 | 0 | 16 | E | A0 | 44 | 39 |
| Octal | 107 | 334 | 253 | 104 | 0 | 26 | 16 | 240 | 104 | 71 |
| Binary | 1000111 | 11011100 | 10101011 | 1000100 | 0 | 10110 | 1110 | 10100000 | 1000100 | 111001 |
Color Harmonies of #47DCAB
Complementary color
Monochromatic Colors of #47DCAB
Black with #47DCAB
Text Example
Text Example
White with #47DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCAB; }
p { color: rgb(71,220,171); }
H1.HeaderClassName
{
color: #47DCAB;
}
.AnyTagClassName
{
color: #47DCAB;
}
</style>
background-color css
<style>
a { background-color: #47DCAB; }
a { background-color: rgb(71,220,171); }
div.DivClassName
{
background-color: #47DCAB;
}
.BgClassName
{
background-color: #47DCAB;
}
</style>
border-color css
<style>
span { border-color: #47DCAB; }
span { border-color: rgb(71,220,171); }
td.TdClassName
{
border-color: #47DCAB;
}
.TagClassName
{
border-color: #47DCAB;
}
</style>