Shades of Shamrock #47DCB0
Tints of Shamrock #47DCB0
RGB
CMYK
RGB Variations
Color information
#47DCB0 (or 0x47DCB0) is known color: Shamrock. HEX triplet: 47, DC and B0. RGB value is (71,220,176). Sum of RGB (Red+Green+Blue) = 71+220+176=467 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.20% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DCB0 is #B8234F. Grayscale: #AAAAAA. Windows color (decimal): -12067664 or 11590727. OLE color: 11590727.
HSL color Cylindrical-coordinate representation of color #47DCB0: hue angle of 162.28º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DCB0 is Cyan = 0.68, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 176 | - |
| CMYK | 0.68 | 0 | 0.2 | 0.14 |
| HSL | 162.28º | 0.68% | 0.57% | - |
| HSV(B) | 162.28º | 0.68% | 0.86% | - |
| XYZ | 36.03 | 55.66 | 49.92 | - |
| YUV | 170.43 | 131.14 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 176 | 0.68 | 0 | 0.2 | 0.14 | 162.28 | 0.68 | 0.57 |
| Hex | 47 | DC | B0 | 44 | 0 | 14 | E | A2 | 44 | 39 |
| Octal | 107 | 334 | 260 | 104 | 0 | 24 | 16 | 242 | 104 | 71 |
| Binary | 1000111 | 11011100 | 10110000 | 1000100 | 0 | 10100 | 1110 | 10100010 | 1000100 | 111001 |
Color Harmonies of #47DCB0
Complementary color
Monochromatic Colors of #47DCB0
Black with #47DCB0
Text Example
Text Example
White with #47DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCB0; }
p { color: rgb(71,220,176); }
H1.HeaderClassName
{
color: #47DCB0;
}
.AnyTagClassName
{
color: #47DCB0;
}
</style>
background-color css
<style>
a { background-color: #47DCB0; }
a { background-color: rgb(71,220,176); }
div.DivClassName
{
background-color: #47DCB0;
}
.BgClassName
{
background-color: #47DCB0;
}
</style>
border-color css
<style>
span { border-color: #47DCB0; }
span { border-color: rgb(71,220,176); }
td.TdClassName
{
border-color: #47DCB0;
}
.TagClassName
{
border-color: #47DCB0;
}
</style>