Shades of Water Leaf #AAF2E0
Tints of Water Leaf #AAF2E0
RGB
CMYK
RGB Variations
Color information
#AAF2E0 (or 0xAAF2E0) is known color: Water Leaf. HEX triplet: AA, F2 and E0. RGB value is (170,242,224). Sum of RGB (Red+Green+Blue) = 170+242+224=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2E0 is #550D1F. Grayscale: #DADADA. Windows color (decimal): -5573920 or 14742186. OLE color: 14742186.
HSL color Cylindrical-coordinate representation of color #AAF2E0: hue angle of 165º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2E0 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 224 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.05 |
| HSL | 165º | 0.73% | 0.81% | - |
| HSV(B) | 165º | 0.3% | 0.95% | - |
| XYZ | 61.78 | 77.43 | 82.21 | - |
| YUV | 218.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 224 | 0.30 | 0 | 0.07 | 0.05 | 165 | 0.73 | 0.81 |
| Hex | AA | F2 | E0 | 1E | 0 | 7 | 5 | A5 | 49 | 51 |
| Octal | 252 | 362 | 340 | 36 | 0 | 7 | 5 | 245 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11100000 | 11110 | 0 | 111 | 101 | 10100101 | 1001001 | 1010001 |
Color Harmonies of #AAF2E0
Complementary color
Monochromatic Colors of #AAF2E0
Black with #AAF2E0
Text Example
Text Example
White with #AAF2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2E0; }
p { color: rgb(170,242,224); }
H1.HeaderClassName
{
color: #AAF2E0;
}
.AnyTagClassName
{
color: #AAF2E0;
}
</style>
background-color css
<style>
a { background-color: #AAF2E0; }
a { background-color: rgb(170,242,224); }
div.DivClassName
{
background-color: #AAF2E0;
}
.BgClassName
{
background-color: #AAF2E0;
}
</style>
border-color css
<style>
span { border-color: #AAF2E0; }
span { border-color: rgb(170,242,224); }
td.TdClassName
{
border-color: #AAF2E0;
}
.TagClassName
{
border-color: #AAF2E0;
}
</style>