Shades of Shamrock #29DCB2
Tints of Shamrock #29DCB2
RGB
CMYK
RGB Variations
Color information
#29DCB2 (or 0x29DCB2) is known color: Shamrock. HEX triplet: 29, DC and B2. RGB value is (41,220,178). Sum of RGB (Red+Green+Blue) = 41+220+178=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29DCB2 is #D6234D. Grayscale: #A1A1A1. Windows color (decimal): -14033742 or 11721769. OLE color: 11721769.
HSL color Cylindrical-coordinate representation of color #29DCB2: hue angle of 165.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DCB2 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 178 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.14 |
| HSL | 165.92º | 0.72% | 0.51% | - |
| HSV(B) | 165.92º | 0.81% | 0.86% | - |
| XYZ | 34.54 | 54.87 | 50.89 | - |
| YUV | 161.69 | 137.2 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 178 | 0.81 | 0 | 0.19 | 0.14 | 165.92 | 0.72 | 0.51 |
| Hex | 29 | DC | B2 | 51 | 0 | 13 | E | A6 | 48 | 33 |
| Octal | 51 | 334 | 262 | 121 | 0 | 23 | 16 | 246 | 110 | 63 |
| Binary | 101001 | 11011100 | 10110010 | 1010001 | 0 | 10011 | 1110 | 10100110 | 1001000 | 110011 |
Color Harmonies of #29DCB2
Complementary color
Monochromatic Colors of #29DCB2
Black with #29DCB2
Text Example
Text Example
White with #29DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCB2; }
p { color: rgb(41,220,178); }
H1.HeaderClassName
{
color: #29DCB2;
}
.AnyTagClassName
{
color: #29DCB2;
}
</style>
background-color css
<style>
a { background-color: #29DCB2; }
a { background-color: rgb(41,220,178); }
div.DivClassName
{
background-color: #29DCB2;
}
.BgClassName
{
background-color: #29DCB2;
}
</style>
border-color css
<style>
span { border-color: #29DCB2; }
span { border-color: rgb(41,220,178); }
td.TdClassName
{
border-color: #29DCB2;
}
.TagClassName
{
border-color: #29DCB2;
}
</style>