Shades of Shamrock #29DCB0
Tints of Shamrock #29DCB0
RGB
CMYK
RGB Variations
Color information
#29DCB0 (or 0x29DCB0) is known color: Shamrock. HEX triplet: 29, DC and B0. RGB value is (41,220,176). Sum of RGB (Red+Green+Blue) = 41+220+176=437 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.38% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29DCB0 is #D6234F. Grayscale: #A1A1A1. Windows color (decimal): -14033744 or 11590697. OLE color: 11590697.
HSL color Cylindrical-coordinate representation of color #29DCB0: hue angle of 165.25º 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 #29DCB0 is Cyan = 0.81, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 176 | - |
| CMYK | 0.81 | 0 | 0.2 | 0.14 |
| HSL | 165.25º | 0.72% | 0.51% | - |
| HSV(B) | 165.25º | 0.81% | 0.86% | - |
| XYZ | 34.34 | 54.79 | 49.84 | - |
| YUV | 161.46 | 136.2 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 176 | 0.81 | 0 | 0.2 | 0.14 | 165.25 | 0.72 | 0.51 |
| Hex | 29 | DC | B0 | 51 | 0 | 14 | E | A5 | 48 | 33 |
| Octal | 51 | 334 | 260 | 121 | 0 | 24 | 16 | 245 | 110 | 63 |
| Binary | 101001 | 11011100 | 10110000 | 1010001 | 0 | 10100 | 1110 | 10100101 | 1001000 | 110011 |
Color Harmonies of #29DCB0
Complementary color
Monochromatic Colors of #29DCB0
Black with #29DCB0
Text Example
Text Example
White with #29DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCB0; }
p { color: rgb(41,220,176); }
H1.HeaderClassName
{
color: #29DCB0;
}
.AnyTagClassName
{
color: #29DCB0;
}
</style>
background-color css
<style>
a { background-color: #29DCB0; }
a { background-color: rgb(41,220,176); }
div.DivClassName
{
background-color: #29DCB0;
}
.BgClassName
{
background-color: #29DCB0;
}
</style>
border-color css
<style>
span { border-color: #29DCB0; }
span { border-color: rgb(41,220,176); }
td.TdClassName
{
border-color: #29DCB0;
}
.TagClassName
{
border-color: #29DCB0;
}
</style>