Shades of Shamrock #47C69C
Tints of Shamrock #47C69C
RGB
CMYK
RGB Variations
Color information
#47C69C (or 0x47C69C) is known color: Shamrock. HEX triplet: 47, C6 and 9C. RGB value is (71,198,156). Sum of RGB (Red+Green+Blue) = 71+198+156=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #47C69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C69C is #B83963. Grayscale: #9B9B9B. Windows color (decimal): -12073316 or 10274375. OLE color: 10274375.
HSL color Cylindrical-coordinate representation of color #47C69C: hue angle of 160.16º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C69C is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 198 | 156 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.22 |
| HSL | 160.16º | 0.53% | 0.53% | - |
| HSV(B) | 160.16º | 0.64% | 0.78% | - |
| XYZ | 28.79 | 44.13 | 38.45 | - |
| YUV | 155.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 198 | 156 | 0.64 | 0 | 0.21 | 0.22 | 160.16 | 0.53 | 0.53 |
| Hex | 47 | C6 | 9C | 40 | 0 | 15 | 16 | A0 | 35 | 35 |
| Octal | 107 | 306 | 234 | 100 | 0 | 25 | 26 | 240 | 65 | 65 |
| Binary | 1000111 | 11000110 | 10011100 | 1000000 | 0 | 10101 | 10110 | 10100000 | 110101 | 110101 |
Color Harmonies of #47C69C
Complementary color
Monochromatic Colors of #47C69C
Black with #47C69C
Text Example
Text Example
White with #47C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C69C; }
p { color: rgb(71,198,156); }
H1.HeaderClassName
{
color: #47C69C;
}
.AnyTagClassName
{
color: #47C69C;
}
</style>
background-color css
<style>
a { background-color: #47C69C; }
a { background-color: rgb(71,198,156); }
div.DivClassName
{
background-color: #47C69C;
}
.BgClassName
{
background-color: #47C69C;
}
</style>
border-color css
<style>
span { border-color: #47C69C; }
span { border-color: rgb(71,198,156); }
td.TdClassName
{
border-color: #47C69C;
}
.TagClassName
{
border-color: #47C69C;
}
</style>