Shades of Water Leaf #AAF1DD
Tints of Water Leaf #AAF1DD
RGB
CMYK
RGB Variations
Color information
#AAF1DD (or 0xAAF1DD) is known color: Water Leaf. HEX triplet: AA, F1 and DD. RGB value is (170,241,221). Sum of RGB (Red+Green+Blue) = 170+241+221=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1DD is #550E22. Grayscale: #D9D9D9. Windows color (decimal): -5574179 or 14545322. OLE color: 14545322.
HSL color Cylindrical-coordinate representation of color #AAF1DD: hue angle of 163.1º 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 #AAF1DD is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 221 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.05 |
| HSL | 163.1º | 0.72% | 0.81% | - |
| HSV(B) | 163.1º | 0.29% | 0.95% | - |
| XYZ | 61.08 | 76.68 | 79.99 | - |
| YUV | 217.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 221 | 0.29 | 0 | 0.08 | 0.05 | 163.1 | 0.72 | 0.81 |
| Hex | AA | F1 | DD | 1D | 0 | 8 | 5 | A3 | 48 | 51 |
| Octal | 252 | 361 | 335 | 35 | 0 | 10 | 5 | 243 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11011101 | 11101 | 0 | 1000 | 101 | 10100011 | 1001000 | 1010001 |
Color Harmonies of #AAF1DD
Complementary color
Monochromatic Colors of #AAF1DD
Black with #AAF1DD
Text Example
Text Example
White with #AAF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1DD; }
p { color: rgb(170,241,221); }
H1.HeaderClassName
{
color: #AAF1DD;
}
.AnyTagClassName
{
color: #AAF1DD;
}
</style>
background-color css
<style>
a { background-color: #AAF1DD; }
a { background-color: rgb(170,241,221); }
div.DivClassName
{
background-color: #AAF1DD;
}
.BgClassName
{
background-color: #AAF1DD;
}
</style>
border-color css
<style>
span { border-color: #AAF1DD; }
span { border-color: rgb(170,241,221); }
td.TdClassName
{
border-color: #AAF1DD;
}
.TagClassName
{
border-color: #AAF1DD;
}
</style>