Shades of Water Leaf #AAF1DB
Tints of Water Leaf #AAF1DB
RGB
CMYK
RGB Variations
Color information
#AAF1DB (or 0xAAF1DB) is known color: Water Leaf. HEX triplet: AA, F1 and DB. RGB value is (170,241,219). Sum of RGB (Red+Green+Blue) = 170+241+219=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1DB is #550E24. Grayscale: #D9D9D9. Windows color (decimal): -5574181 or 14414250. OLE color: 14414250.
HSL color Cylindrical-coordinate representation of color #AAF1DB: hue angle of 161.41º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1DB is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 219 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.05 |
| HSL | 161.41º | 0.72% | 0.81% | - |
| HSV(B) | 161.41º | 0.29% | 0.95% | - |
| XYZ | 60.82 | 76.57 | 78.59 | - |
| YUV | 217.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 219 | 0.29 | 0 | 0.09 | 0.05 | 161.41 | 0.72 | 0.81 |
| Hex | AA | F1 | DB | 1D | 0 | 9 | 5 | A1 | 48 | 51 |
| Octal | 252 | 361 | 333 | 35 | 0 | 11 | 5 | 241 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11011011 | 11101 | 0 | 1001 | 101 | 10100001 | 1001000 | 1010001 |
Color Harmonies of #AAF1DB
Complementary color
Monochromatic Colors of #AAF1DB
Black with #AAF1DB
Text Example
Text Example
White with #AAF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1DB; }
p { color: rgb(170,241,219); }
H1.HeaderClassName
{
color: #AAF1DB;
}
.AnyTagClassName
{
color: #AAF1DB;
}
</style>
background-color css
<style>
a { background-color: #AAF1DB; }
a { background-color: rgb(170,241,219); }
div.DivClassName
{
background-color: #AAF1DB;
}
.BgClassName
{
background-color: #AAF1DB;
}
</style>
border-color css
<style>
span { border-color: #AAF1DB; }
span { border-color: rgb(170,241,219); }
td.TdClassName
{
border-color: #AAF1DB;
}
.TagClassName
{
border-color: #AAF1DB;
}
</style>