Shades of Shamrock #47D8AC
Tints of Shamrock #47D8AC
RGB
CMYK
RGB Variations
Color information
#47D8AC (or 0x47D8AC) is known color: Shamrock. HEX triplet: 47, D8 and AC. RGB value is (71,216,172). Sum of RGB (Red+Green+Blue) = 71+216+172=459 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.47% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #47D8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D8AC is #B82753. Grayscale: #A7A7A7. Windows color (decimal): -12068692 or 11327559. OLE color: 11327559.
HSL color Cylindrical-coordinate representation of color #47D8AC: hue angle of 161.79º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D8AC is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 216 | 172 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.15 |
| HSL | 161.79º | 0.65% | 0.56% | - |
| HSV(B) | 161.79º | 0.67% | 0.85% | - |
| XYZ | 34.6 | 53.43 | 47.52 | - |
| YUV | 167.63 | 130.46 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 216 | 172 | 0.67 | 0 | 0.20 | 0.15 | 161.79 | 0.65 | 0.56 |
| Hex | 47 | D8 | AC | 43 | 0 | 14 | F | A2 | 41 | 38 |
| Octal | 107 | 330 | 254 | 103 | 0 | 24 | 17 | 242 | 101 | 70 |
| Binary | 1000111 | 11011000 | 10101100 | 1000011 | 0 | 10100 | 1111 | 10100010 | 1000001 | 111000 |
Color Harmonies of #47D8AC
Complementary color
Monochromatic Colors of #47D8AC
Black with #47D8AC
Text Example
Text Example
White with #47D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D8AC; }
p { color: rgb(71,216,172); }
H1.HeaderClassName
{
color: #47D8AC;
}
.AnyTagClassName
{
color: #47D8AC;
}
</style>
background-color css
<style>
a { background-color: #47D8AC; }
a { background-color: rgb(71,216,172); }
div.DivClassName
{
background-color: #47D8AC;
}
.BgClassName
{
background-color: #47D8AC;
}
</style>
border-color css
<style>
span { border-color: #47D8AC; }
span { border-color: rgb(71,216,172); }
td.TdClassName
{
border-color: #47D8AC;
}
.TagClassName
{
border-color: #47D8AC;
}
</style>