Shades of Shamrock #47CFAC
Tints of Shamrock #47CFAC
RGB
CMYK
RGB Variations
Color information
#47CFAC (or 0x47CFAC) is known color: Shamrock. HEX triplet: 47, CF and AC. RGB value is (71,207,172). Sum of RGB (Red+Green+Blue) = 71+207+172=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFAC is #B83053. Grayscale: #A2A2A2. Windows color (decimal): -12070996 or 11325255. OLE color: 11325255.
HSL color Cylindrical-coordinate representation of color #47CFAC: hue angle of 164.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFAC is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 172 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.19 |
| HSL | 164.56º | 0.59% | 0.55% | - |
| HSV(B) | 164.56º | 0.66% | 0.81% | - |
| XYZ | 32.36 | 48.94 | 46.77 | - |
| YUV | 162.35 | 133.44 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 172 | 0.66 | 0 | 0.17 | 0.19 | 164.56 | 0.59 | 0.55 |
| Hex | 47 | CF | AC | 42 | 0 | 11 | 13 | A5 | 3B | 37 |
| Octal | 107 | 317 | 254 | 102 | 0 | 21 | 23 | 245 | 73 | 67 |
| Binary | 1000111 | 11001111 | 10101100 | 1000010 | 0 | 10001 | 10011 | 10100101 | 111011 | 110111 |
Color Harmonies of #47CFAC
Complementary color
Monochromatic Colors of #47CFAC
Black with #47CFAC
Text Example
Text Example
White with #47CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFAC; }
p { color: rgb(71,207,172); }
H1.HeaderClassName
{
color: #47CFAC;
}
.AnyTagClassName
{
color: #47CFAC;
}
</style>
background-color css
<style>
a { background-color: #47CFAC; }
a { background-color: rgb(71,207,172); }
div.DivClassName
{
background-color: #47CFAC;
}
.BgClassName
{
background-color: #47CFAC;
}
</style>
border-color css
<style>
span { border-color: #47CFAC; }
span { border-color: rgb(71,207,172); }
td.TdClassName
{
border-color: #47CFAC;
}
.TagClassName
{
border-color: #47CFAC;
}
</style>