Shades of Shamrock #47D2AB
Tints of Shamrock #47D2AB
RGB
CMYK
RGB Variations
Color information
#47D2AB (or 0x47D2AB) is known color: Shamrock. HEX triplet: 47, D2 and AB. RGB value is (71,210,171). Sum of RGB (Red+Green+Blue) = 71+210+171=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #47D2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D2AB is #B82D54. Grayscale: #A4A4A4. Windows color (decimal): -12070229 or 11260487. OLE color: 11260487.
HSL color Cylindrical-coordinate representation of color #47D2AB: hue angle of 163.17º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D2AB is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 210 | 171 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.18 |
| HSL | 163.17º | 0.61% | 0.55% | - |
| HSV(B) | 163.17º | 0.66% | 0.82% | - |
| XYZ | 33 | 50.37 | 46.51 | - |
| YUV | 163.99 | 131.95 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 210 | 171 | 0.66 | 0 | 0.19 | 0.18 | 163.17 | 0.61 | 0.55 |
| Hex | 47 | D2 | AB | 42 | 0 | 13 | 12 | A3 | 3D | 37 |
| Octal | 107 | 322 | 253 | 102 | 0 | 23 | 22 | 243 | 75 | 67 |
| Binary | 1000111 | 11010010 | 10101011 | 1000010 | 0 | 10011 | 10010 | 10100011 | 111101 | 110111 |
Color Harmonies of #47D2AB
Complementary color
Monochromatic Colors of #47D2AB
Black with #47D2AB
Text Example
Text Example
White with #47D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D2AB; }
p { color: rgb(71,210,171); }
H1.HeaderClassName
{
color: #47D2AB;
}
.AnyTagClassName
{
color: #47D2AB;
}
</style>
background-color css
<style>
a { background-color: #47D2AB; }
a { background-color: rgb(71,210,171); }
div.DivClassName
{
background-color: #47D2AB;
}
.BgClassName
{
background-color: #47D2AB;
}
</style>
border-color css
<style>
span { border-color: #47D2AB; }
span { border-color: rgb(71,210,171); }
td.TdClassName
{
border-color: #47D2AB;
}
.TagClassName
{
border-color: #47D2AB;
}
</style>