Shades of Water Leaf #AAFFE2
Tints of Water Leaf #AAFFE2
RGB
CMYK
RGB Variations
Color information
#AAFFE2 (or 0xAAFFE2) is known color: Water Leaf. HEX triplet: AA, FF and E2. RGB value is (170,255,226). Sum of RGB (Red+Green+Blue) = 170+255+226=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFE2 is #55001D. Grayscale: #E2E2E2. Windows color (decimal): -5570590 or 14876586. OLE color: 14876586.
HSL color Cylindrical-coordinate representation of color #AAFFE2: hue angle of 159.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFE2 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 226 | - |
| CMYK | 0.33 | 0 | 0.11 | 0 |
| HSL | 159.53º | 1% | 0.83% | - |
| HSV(B) | 159.53º | 0.33% | 1% | - |
| XYZ | 66.07 | 85.56 | 84.98 | - |
| YUV | 226.28 | 127.84 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 226 | 0.33 | 0 | 0.11 | 0 | 159.53 | 1 | 0.83 |
| Hex | AA | FF | E2 | 21 | 0 | B | 0 | A0 | 64 | 53 |
| Octal | 252 | 377 | 342 | 41 | 0 | 13 | 0 | 240 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11100010 | 100001 | 0 | 1011 | 0 | 10100000 | 1100100 | 1010011 |
Color Harmonies of #AAFFE2
Complementary color
Monochromatic Colors of #AAFFE2
Black with #AAFFE2
Text Example
Text Example
White with #AAFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFE2; }
p { color: rgb(170,255,226); }
H1.HeaderClassName
{
color: #AAFFE2;
}
.AnyTagClassName
{
color: #AAFFE2;
}
</style>
background-color css
<style>
a { background-color: #AAFFE2; }
a { background-color: rgb(170,255,226); }
div.DivClassName
{
background-color: #AAFFE2;
}
.BgClassName
{
background-color: #AAFFE2;
}
</style>
border-color css
<style>
span { border-color: #AAFFE2; }
span { border-color: rgb(170,255,226); }
td.TdClassName
{
border-color: #AAFFE2;
}
.TagClassName
{
border-color: #AAFFE2;
}
</style>