Shades of Water Leaf #AAF4E6
Tints of Water Leaf #AAF4E6
RGB
CMYK
RGB Variations
Color information
#AAF4E6 (or 0xAAF4E6) is known color: Water Leaf. HEX triplet: AA, F4 and E6. RGB value is (170,244,230). Sum of RGB (Red+Green+Blue) = 170+244+230=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF4E6 is #550B19. Grayscale: #DCDCDC. Windows color (decimal): -5573402 or 15135914. OLE color: 15135914.
HSL color Cylindrical-coordinate representation of color #AAF4E6: hue angle of 168.65º 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 #AAF4E6 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 230 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.04 |
| HSL | 168.65º | 0.77% | 0.81% | - |
| HSV(B) | 168.65º | 0.3% | 0.96% | - |
| XYZ | 63.21 | 78.96 | 86.77 | - |
| YUV | 220.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 230 | 0.30 | 0 | 0.06 | 0.04 | 168.65 | 0.77 | 0.81 |
| Hex | AA | F4 | E6 | 1E | 0 | 6 | 4 | A9 | 4D | 51 |
| Octal | 252 | 364 | 346 | 36 | 0 | 6 | 4 | 251 | 115 | 121 |
| Binary | 10101010 | 11110100 | 11100110 | 11110 | 0 | 110 | 100 | 10101001 | 1001101 | 1010001 |
Color Harmonies of #AAF4E6
Complementary color
Monochromatic Colors of #AAF4E6
Black with #AAF4E6
Text Example
Text Example
White with #AAF4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4E6; }
p { color: rgb(170,244,230); }
H1.HeaderClassName
{
color: #AAF4E6;
}
.AnyTagClassName
{
color: #AAF4E6;
}
</style>
background-color css
<style>
a { background-color: #AAF4E6; }
a { background-color: rgb(170,244,230); }
div.DivClassName
{
background-color: #AAF4E6;
}
.BgClassName
{
background-color: #AAF4E6;
}
</style>
border-color css
<style>
span { border-color: #AAF4E6; }
span { border-color: rgb(170,244,230); }
td.TdClassName
{
border-color: #AAF4E6;
}
.TagClassName
{
border-color: #AAF4E6;
}
</style>