Shades of Shamrock #29CCB0
Tints of Shamrock #29CCB0
RGB
CMYK
RGB Variations
Color information
#29CCB0 (or 0x29CCB0) is known color: Shamrock. HEX triplet: 29, CC and B0. RGB value is (41,204,176). Sum of RGB (Red+Green+Blue) = 41+204+176=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CCB0 is #D6334F. Grayscale: #989898. Windows color (decimal): -14037840 or 11586601. OLE color: 11586601.
HSL color Cylindrical-coordinate representation of color #29CCB0: hue angle of 169.69º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CCB0 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 204 | 176 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.2 |
| HSL | 169.69º | 0.67% | 0.48% | - |
| HSV(B) | 169.69º | 0.8% | 0.8% | - |
| XYZ | 30.34 | 46.79 | 48.51 | - |
| YUV | 152.07 | 141.5 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 204 | 176 | 0.80 | 0 | 0.14 | 0.2 | 169.69 | 0.67 | 0.48 |
| Hex | 29 | CC | B0 | 50 | 0 | E | 14 | AA | 43 | 30 |
| Octal | 51 | 314 | 260 | 120 | 0 | 16 | 24 | 252 | 103 | 60 |
| Binary | 101001 | 11001100 | 10110000 | 1010000 | 0 | 1110 | 10100 | 10101010 | 1000011 | 110000 |
Color Harmonies of #29CCB0
Complementary color
Monochromatic Colors of #29CCB0
Black with #29CCB0
Text Example
Text Example
White with #29CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CCB0; }
p { color: rgb(41,204,176); }
H1.HeaderClassName
{
color: #29CCB0;
}
.AnyTagClassName
{
color: #29CCB0;
}
</style>
background-color css
<style>
a { background-color: #29CCB0; }
a { background-color: rgb(41,204,176); }
div.DivClassName
{
background-color: #29CCB0;
}
.BgClassName
{
background-color: #29CCB0;
}
</style>
border-color css
<style>
span { border-color: #29CCB0; }
span { border-color: rgb(41,204,176); }
td.TdClassName
{
border-color: #29CCB0;
}
.TagClassName
{
border-color: #29CCB0;
}
</style>