Shades of Shamrock #47DAB0
Tints of Shamrock #47DAB0
RGB
CMYK
RGB Variations
Color information
#47DAB0 (or 0x47DAB0) is known color: Shamrock. HEX triplet: 47, DA and B0. RGB value is (71,218,176). Sum of RGB (Red+Green+Blue) = 71+218+176=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #47DAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DAB0 is #B8254F. Grayscale: #A9A9A9. Windows color (decimal): -12068176 or 11590215. OLE color: 11590215.
HSL color Cylindrical-coordinate representation of color #47DAB0: hue angle of 162.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47DAB0 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 218 | 176 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.15 |
| HSL | 162.86º | 0.67% | 0.57% | - |
| HSV(B) | 162.86º | 0.67% | 0.85% | - |
| XYZ | 35.51 | 54.62 | 49.75 | - |
| YUV | 169.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 218 | 176 | 0.67 | 0 | 0.19 | 0.15 | 162.86 | 0.67 | 0.57 |
| Hex | 47 | DA | B0 | 43 | 0 | 13 | F | A3 | 43 | 39 |
| Octal | 107 | 332 | 260 | 103 | 0 | 23 | 17 | 243 | 103 | 71 |
| Binary | 1000111 | 11011010 | 10110000 | 1000011 | 0 | 10011 | 1111 | 10100011 | 1000011 | 111001 |
Color Harmonies of #47DAB0
Complementary color
Monochromatic Colors of #47DAB0
Black with #47DAB0
Text Example
Text Example
White with #47DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DAB0; }
p { color: rgb(71,218,176); }
H1.HeaderClassName
{
color: #47DAB0;
}
.AnyTagClassName
{
color: #47DAB0;
}
</style>
background-color css
<style>
a { background-color: #47DAB0; }
a { background-color: rgb(71,218,176); }
div.DivClassName
{
background-color: #47DAB0;
}
.BgClassName
{
background-color: #47DAB0;
}
</style>
border-color css
<style>
span { border-color: #47DAB0; }
span { border-color: rgb(71,218,176); }
td.TdClassName
{
border-color: #47DAB0;
}
.TagClassName
{
border-color: #47DAB0;
}
</style>