Shades of Shamrock #29CEA8
Tints of Shamrock #29CEA8
RGB
CMYK
RGB Variations
Color information
#29CEA8 (or 0x29CEA8) is known color: Shamrock. HEX triplet: 29, CE and A8. RGB value is (41,206,168). Sum of RGB (Red+Green+Blue) = 41+206+168=415 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.88% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #29CEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CEA8 is #D63157. Grayscale: #989898. Windows color (decimal): -14037336 or 11062825. OLE color: 11062825.
HSL color Cylindrical-coordinate representation of color #29CEA8: hue angle of 166.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CEA8 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
RGB | 41 | 206 | 168 | - |
CMYK | 0.80 | 0 | 0.18 | 0.19 |
HSL | 166.18º | 0.67% | 0.48% | - |
HSV(B) | 166.18º | 0.8% | 0.81% | - |
XYZ | 30.05 | 47.44 | 44.62 | - |
YUV | 152.33 | 136.84 | 48.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 41 | 206 | 168 | 0.80 | 0 | 0.18 | 0.19 | 166.18 | 0.67 | 0.48 |
Hex | 29 | CE | A8 | 50 | 0 | 12 | 13 | A6 | 43 | 30 |
Octal | 51 | 316 | 250 | 120 | 0 | 22 | 23 | 246 | 103 | 60 |
Binary | 101001 | 11001110 | 10101000 | 1010000 | 0 | 10010 | 10011 | 10100110 | 1000011 | 110000 |
Color Harmonies of #29CEA8
Complementary color
Monochromatic Colors of #29CEA8
Black with #29CEA8
Text Example
Text Example
White with #29CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CEA8; }
p { color: rgb(41,206,168); }
H1.HeaderClassName
{
color: #29CEA8;
}
.AnyTagClassName
{
color: #29CEA8;
}
</style>
background-color css
<style>
a { background-color: #29CEA8; }
a { background-color: rgb(41,206,168); }
div.DivClassName
{
background-color: #29CEA8;
}
.BgClassName
{
background-color: #29CEA8;
}
</style>
border-color css
<style>
span { border-color: #29CEA8; }
span { border-color: rgb(41,206,168); }
td.TdClassName
{
border-color: #29CEA8;
}
.TagClassName
{
border-color: #29CEA8;
}
</style>