Shades of Water Leaf #AAFAE1
Tints of Water Leaf #AAFAE1
RGB
CMYK
RGB Variations
Color information
#AAFAE1 (or 0xAAFAE1) is known color: Water Leaf. HEX triplet: AA, FA and E1. RGB value is (170,250,225). Sum of RGB (Red+Green+Blue) = 170+250+225=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAE1 is #55051E. Grayscale: #DFDFDF. Windows color (decimal): -5571871 or 14809770. OLE color: 14809770.
HSL color Cylindrical-coordinate representation of color #AAFAE1: hue angle of 161.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAE1 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 225 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.02 |
| HSL | 161.25º | 0.89% | 0.82% | - |
| HSV(B) | 161.25º | 0.32% | 0.98% | - |
| XYZ | 64.35 | 82.35 | 83.74 | - |
| YUV | 223.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 225 | 0.32 | 0 | 0.10 | 0.02 | 161.25 | 0.89 | 0.82 |
| Hex | AA | FA | E1 | 20 | 0 | A | 2 | A1 | 59 | 52 |
| Octal | 252 | 372 | 341 | 40 | 0 | 12 | 2 | 241 | 131 | 122 |
| Binary | 10101010 | 11111010 | 11100001 | 100000 | 0 | 1010 | 10 | 10100001 | 1011001 | 1010010 |
Color Harmonies of #AAFAE1
Complementary color
Monochromatic Colors of #AAFAE1
Black with #AAFAE1
Text Example
Text Example
White with #AAFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFAE1; }
p { color: rgb(170,250,225); }
H1.HeaderClassName
{
color: #AAFAE1;
}
.AnyTagClassName
{
color: #AAFAE1;
}
</style>
background-color css
<style>
a { background-color: #AAFAE1; }
a { background-color: rgb(170,250,225); }
div.DivClassName
{
background-color: #AAFAE1;
}
.BgClassName
{
background-color: #AAFAE1;
}
</style>
border-color css
<style>
span { border-color: #AAFAE1; }
span { border-color: rgb(170,250,225); }
td.TdClassName
{
border-color: #AAFAE1;
}
.TagClassName
{
border-color: #AAFAE1;
}
</style>