Shades of Shamrock #29D5AF
Tints of Shamrock #29D5AF
RGB
CMYK
RGB Variations
Color information
#29D5AF (or 0x29D5AF) is known color: Shamrock. HEX triplet: 29, D5 and AF. RGB value is (41,213,175). Sum of RGB (Red+Green+Blue) = 41+213+175=429 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.56% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #29D5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29D5AF is #D62A50. Grayscale: #9D9D9D. Windows color (decimal): -14035537 or 11523369. OLE color: 11523369.
HSL color Cylindrical-coordinate representation of color #29D5AF: hue angle of 166.74º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D5AF is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 213 | 175 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.16 |
| HSL | 166.74º | 0.68% | 0.5% | - |
| HSV(B) | 166.74º | 0.81% | 0.84% | - |
| XYZ | 32.45 | 51.16 | 48.72 | - |
| YUV | 157.24 | 138.02 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 213 | 175 | 0.81 | 0 | 0.18 | 0.16 | 166.74 | 0.68 | 0.5 |
| Hex | 29 | D5 | AF | 51 | 0 | 12 | 10 | A7 | 44 | 32 |
| Octal | 51 | 325 | 257 | 121 | 0 | 22 | 20 | 247 | 104 | 62 |
| Binary | 101001 | 11010101 | 10101111 | 1010001 | 0 | 10010 | 10000 | 10100111 | 1000100 | 110010 |
Color Harmonies of #29D5AF
Complementary color
Monochromatic Colors of #29D5AF
Black with #29D5AF
Text Example
Text Example
White with #29D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D5AF; }
p { color: rgb(41,213,175); }
H1.HeaderClassName
{
color: #29D5AF;
}
.AnyTagClassName
{
color: #29D5AF;
}
</style>
background-color css
<style>
a { background-color: #29D5AF; }
a { background-color: rgb(41,213,175); }
div.DivClassName
{
background-color: #29D5AF;
}
.BgClassName
{
background-color: #29D5AF;
}
</style>
border-color css
<style>
span { border-color: #29D5AF; }
span { border-color: rgb(41,213,175); }
td.TdClassName
{
border-color: #29D5AF;
}
.TagClassName
{
border-color: #29D5AF;
}
</style>