Shades of Shamrock #47DCA8
Tints of Shamrock #47DCA8
RGB
CMYK
RGB Variations
Color information
#47DCA8 (or 0x47DCA8) is known color: Shamrock. HEX triplet: 47, DC and A8. RGB value is (71,220,168). Sum of RGB (Red+Green+Blue) = 71+220+168=459 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.47% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DCA8 is #B82357. Grayscale: #A9A9A9. Windows color (decimal): -12067672 or 11066439. OLE color: 11066439.
HSL color Cylindrical-coordinate representation of color #47DCA8: hue angle of 159.06º 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 #47DCA8 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 168 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.14 |
| HSL | 159.06º | 0.68% | 0.57% | - |
| HSV(B) | 159.06º | 0.68% | 0.86% | - |
| XYZ | 35.26 | 55.35 | 45.87 | - |
| YUV | 169.52 | 127.14 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 168 | 0.68 | 0 | 0.24 | 0.14 | 159.06 | 0.68 | 0.57 |
| Hex | 47 | DC | A8 | 44 | 0 | 18 | E | 9F | 44 | 39 |
| Octal | 107 | 334 | 250 | 104 | 0 | 30 | 16 | 237 | 104 | 71 |
| Binary | 1000111 | 11011100 | 10101000 | 1000100 | 0 | 11000 | 1110 | 10011111 | 1000100 | 111001 |
Color Harmonies of #47DCA8
Complementary color
Monochromatic Colors of #47DCA8
Black with #47DCA8
Text Example
Text Example
White with #47DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCA8; }
p { color: rgb(71,220,168); }
H1.HeaderClassName
{
color: #47DCA8;
}
.AnyTagClassName
{
color: #47DCA8;
}
</style>
background-color css
<style>
a { background-color: #47DCA8; }
a { background-color: rgb(71,220,168); }
div.DivClassName
{
background-color: #47DCA8;
}
.BgClassName
{
background-color: #47DCA8;
}
</style>
border-color css
<style>
span { border-color: #47DCA8; }
span { border-color: rgb(71,220,168); }
td.TdClassName
{
border-color: #47DCA8;
}
.TagClassName
{
border-color: #47DCA8;
}
</style>