Shades of Shamrock #29C8AB
Tints of Shamrock #29C8AB
RGB
CMYK
RGB Variations
Color information
#29C8AB (or 0x29C8AB) is known color: Shamrock. HEX triplet: 29, C8 and AB. RGB value is (41,200,171). Sum of RGB (Red+Green+Blue) = 41+200+171=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #29C8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C8AB is #D63754. Grayscale: #959595. Windows color (decimal): -14038869 or 11257897. OLE color: 11257897.
HSL color Cylindrical-coordinate representation of color #29C8AB: hue angle of 169.06º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C8AB is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 200 | 171 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.22 |
| HSL | 169.06º | 0.66% | 0.47% | - |
| HSV(B) | 169.06º | 0.8% | 0.78% | - |
| XYZ | 28.92 | 44.72 | 45.64 | - |
| YUV | 149.15 | 140.32 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 200 | 171 | 0.80 | 0 | 0.14 | 0.22 | 169.06 | 0.66 | 0.47 |
| Hex | 29 | C8 | AB | 50 | 0 | E | 16 | A9 | 42 | 2F |
| Octal | 51 | 310 | 253 | 120 | 0 | 16 | 26 | 251 | 102 | 57 |
| Binary | 101001 | 11001000 | 10101011 | 1010000 | 0 | 1110 | 10110 | 10101001 | 1000010 | 101111 |
Color Harmonies of #29C8AB
Complementary color
Monochromatic Colors of #29C8AB
Black with #29C8AB
Text Example
Text Example
White with #29C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C8AB; }
p { color: rgb(41,200,171); }
H1.HeaderClassName
{
color: #29C8AB;
}
.AnyTagClassName
{
color: #29C8AB;
}
</style>
background-color css
<style>
a { background-color: #29C8AB; }
a { background-color: rgb(41,200,171); }
div.DivClassName
{
background-color: #29C8AB;
}
.BgClassName
{
background-color: #29C8AB;
}
</style>
border-color css
<style>
span { border-color: #29C8AB; }
span { border-color: rgb(41,200,171); }
td.TdClassName
{
border-color: #29C8AB;
}
.TagClassName
{
border-color: #29C8AB;
}
</style>