Shades of Shamrock #47DFAA
Tints of Shamrock #47DFAA
RGB
CMYK
RGB Variations
Color information
#47DFAA (or 0x47DFAA) is known color: Shamrock. HEX triplet: 47, DF and AA. RGB value is (71,223,170). Sum of RGB (Red+Green+Blue) = 71+223+170=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #47DFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DFAA is #B82055. Grayscale: #ABABAB. Windows color (decimal): -12066902 or 11198279. OLE color: 11198279.
HSL color Cylindrical-coordinate representation of color #47DFAA: hue angle of 159.08º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DFAA is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 223 | 170 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.13 |
| HSL | 159.08º | 0.7% | 0.58% | - |
| HSV(B) | 159.08º | 0.68% | 0.87% | - |
| XYZ | 36.24 | 57.02 | 47.13 | - |
| YUV | 171.51 | 127.14 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 170 | 0.68 | 0 | 0.24 | 0.13 | 159.08 | 0.7 | 0.58 |
| Hex | 47 | DF | AA | 44 | 0 | 18 | D | 9F | 46 | 3A |
| Octal | 107 | 337 | 252 | 104 | 0 | 30 | 15 | 237 | 106 | 72 |
| Binary | 1000111 | 11011111 | 10101010 | 1000100 | 0 | 11000 | 1101 | 10011111 | 1000110 | 111010 |
Color Harmonies of #47DFAA
Complementary color
Monochromatic Colors of #47DFAA
Black with #47DFAA
Text Example
Text Example
White with #47DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DFAA; }
p { color: rgb(71,223,170); }
H1.HeaderClassName
{
color: #47DFAA;
}
.AnyTagClassName
{
color: #47DFAA;
}
</style>
background-color css
<style>
a { background-color: #47DFAA; }
a { background-color: rgb(71,223,170); }
div.DivClassName
{
background-color: #47DFAA;
}
.BgClassName
{
background-color: #47DFAA;
}
</style>
border-color css
<style>
span { border-color: #47DFAA; }
span { border-color: rgb(71,223,170); }
td.TdClassName
{
border-color: #47DFAA;
}
.TagClassName
{
border-color: #47DFAA;
}
</style>