Shades of Shamrock #29C9AB
Tints of Shamrock #29C9AB
RGB
CMYK
RGB Variations
Color information
#29C9AB (or 0x29C9AB) is known color: Shamrock. HEX triplet: 29, C9 and AB. RGB value is (41,201,171). Sum of RGB (Red+Green+Blue) = 41+201+171=413 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.93% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #29C9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C9AB is #D63654. Grayscale: #959595. Windows color (decimal): -14038613 or 11258153. OLE color: 11258153.
HSL color Cylindrical-coordinate representation of color #29C9AB: hue angle of 168.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C9AB is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 201 | 171 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.21 |
| HSL | 168.75º | 0.66% | 0.47% | - |
| HSV(B) | 168.75º | 0.8% | 0.79% | - |
| XYZ | 29.15 | 45.18 | 45.71 | - |
| YUV | 149.74 | 139.99 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 201 | 171 | 0.80 | 0 | 0.15 | 0.21 | 168.75 | 0.66 | 0.47 |
| Hex | 29 | C9 | AB | 50 | 0 | F | 15 | A9 | 42 | 2F |
| Octal | 51 | 311 | 253 | 120 | 0 | 17 | 25 | 251 | 102 | 57 |
| Binary | 101001 | 11001001 | 10101011 | 1010000 | 0 | 1111 | 10101 | 10101001 | 1000010 | 101111 |
Color Harmonies of #29C9AB
Complementary color
Monochromatic Colors of #29C9AB
Black with #29C9AB
Text Example
Text Example
White with #29C9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C9AB; }
p { color: rgb(41,201,171); }
H1.HeaderClassName
{
color: #29C9AB;
}
.AnyTagClassName
{
color: #29C9AB;
}
</style>
background-color css
<style>
a { background-color: #29C9AB; }
a { background-color: rgb(41,201,171); }
div.DivClassName
{
background-color: #29C9AB;
}
.BgClassName
{
background-color: #29C9AB;
}
</style>
border-color css
<style>
span { border-color: #29C9AB; }
span { border-color: rgb(41,201,171); }
td.TdClassName
{
border-color: #29C9AB;
}
.TagClassName
{
border-color: #29C9AB;
}
</style>