Shades of Zanah #ADD1AB
Tints of Zanah #ADD1AB
RGB
CMYK
RGB Variations
Color information
#ADD1AB (or 0xADD1AB) is known color: Zanah. HEX triplet: AD, D1 and AB. RGB value is (173,209,171). Sum of RGB (Red+Green+Blue) = 173+209+171=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD1AB is #522E54. Grayscale: #C2C2C2. Windows color (decimal): -5385813 or 11260333. OLE color: 11260333.
HSL color Cylindrical-coordinate representation of color #ADD1AB: hue angle of 116.84º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD1AB is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 171 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.18 |
| HSL | 116.84º | 0.29% | 0.75% | - |
| HSV(B) | 116.84º | 0.18% | 0.82% | - |
| XYZ | 47.38 | 57.43 | 47.11 | - |
| YUV | 193.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 171 | 0.17 | 0 | 0.18 | 0.18 | 116.84 | 0.29 | 0.75 |
| Hex | AD | D1 | AB | 11 | 0 | 12 | 12 | 75 | 1D | 4B |
| Octal | 255 | 321 | 253 | 21 | 0 | 22 | 22 | 165 | 35 | 113 |
| Binary | 10101101 | 11010001 | 10101011 | 10001 | 0 | 10010 | 10010 | 1110101 | 11101 | 1001011 |
Color Harmonies of #ADD1AB
Complementary color
Monochromatic Colors of #ADD1AB
Black with #ADD1AB
Text Example
Text Example
White with #ADD1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1AB; }
p { color: rgb(173,209,171); }
H1.HeaderClassName
{
color: #ADD1AB;
}
.AnyTagClassName
{
color: #ADD1AB;
}
</style>
background-color css
<style>
a { background-color: #ADD1AB; }
a { background-color: rgb(173,209,171); }
div.DivClassName
{
background-color: #ADD1AB;
}
.BgClassName
{
background-color: #ADD1AB;
}
</style>
border-color css
<style>
span { border-color: #ADD1AB; }
span { border-color: rgb(173,209,171); }
td.TdClassName
{
border-color: #ADD1AB;
}
.TagClassName
{
border-color: #ADD1AB;
}
</style>