Shades of Water Leaf #AAF4DD
Tints of Water Leaf #AAF4DD
RGB
CMYK
RGB Variations
Color information
#AAF4DD (or 0xAAF4DD) is known color: Water Leaf. HEX triplet: AA, F4 and DD. RGB value is (170,244,221). Sum of RGB (Red+Green+Blue) = 170+244+221=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4DD is #550B22. Grayscale: #DBDBDB. Windows color (decimal): -5573411 or 14546090. OLE color: 14546090.
HSL color Cylindrical-coordinate representation of color #AAF4DD: hue angle of 161.35º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF4DD is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 221 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.04 |
| HSL | 161.35º | 0.77% | 0.81% | - |
| HSV(B) | 161.35º | 0.3% | 0.96% | - |
| XYZ | 61.98 | 78.47 | 80.29 | - |
| YUV | 219.25 | 128.98 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 221 | 0.30 | 0 | 0.09 | 0.04 | 161.35 | 0.77 | 0.81 |
| Hex | AA | F4 | DD | 1E | 0 | 9 | 4 | A1 | 4D | 51 |
| Octal | 252 | 364 | 335 | 36 | 0 | 11 | 4 | 241 | 115 | 121 |
| Binary | 10101010 | 11110100 | 11011101 | 11110 | 0 | 1001 | 100 | 10100001 | 1001101 | 1010001 |
Color Harmonies of #AAF4DD
Complementary color
Monochromatic Colors of #AAF4DD
Black with #AAF4DD
Text Example
Text Example
White with #AAF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4DD; }
p { color: rgb(170,244,221); }
H1.HeaderClassName
{
color: #AAF4DD;
}
.AnyTagClassName
{
color: #AAF4DD;
}
</style>
background-color css
<style>
a { background-color: #AAF4DD; }
a { background-color: rgb(170,244,221); }
div.DivClassName
{
background-color: #AAF4DD;
}
.BgClassName
{
background-color: #AAF4DD;
}
</style>
border-color css
<style>
span { border-color: #AAF4DD; }
span { border-color: rgb(170,244,221); }
td.TdClassName
{
border-color: #AAF4DD;
}
.TagClassName
{
border-color: #AAF4DD;
}
</style>