Shades of Water Leaf #AAF1E5
Tints of Water Leaf #AAF1E5
RGB
CMYK
RGB Variations
Color information
#AAF1E5 (or 0xAAF1E5) is known color: Water Leaf. HEX triplet: AA, F1 and E5. RGB value is (170,241,229). Sum of RGB (Red+Green+Blue) = 170+241+229=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1E5 is #550E1A. Grayscale: #DADADA. Windows color (decimal): -5574171 or 15069610. OLE color: 15069610.
HSL color Cylindrical-coordinate representation of color #AAF1E5: hue angle of 169.86º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1E5 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 229 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.05 |
| HSL | 169.86º | 0.72% | 0.81% | - |
| HSV(B) | 169.86º | 0.29% | 0.95% | - |
| XYZ | 62.18 | 77.11 | 85.74 | - |
| YUV | 218.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 229 | 0.29 | 0 | 0.05 | 0.05 | 169.86 | 0.72 | 0.81 |
| Hex | AA | F1 | E5 | 1D | 0 | 5 | 5 | AA | 48 | 51 |
| Octal | 252 | 361 | 345 | 35 | 0 | 5 | 5 | 252 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11100101 | 11101 | 0 | 101 | 101 | 10101010 | 1001000 | 1010001 |
Color Harmonies of #AAF1E5
Complementary color
Monochromatic Colors of #AAF1E5
Black with #AAF1E5
Text Example
Text Example
White with #AAF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1E5; }
p { color: rgb(170,241,229); }
H1.HeaderClassName
{
color: #AAF1E5;
}
.AnyTagClassName
{
color: #AAF1E5;
}
</style>
background-color css
<style>
a { background-color: #AAF1E5; }
a { background-color: rgb(170,241,229); }
div.DivClassName
{
background-color: #AAF1E5;
}
.BgClassName
{
background-color: #AAF1E5;
}
</style>
border-color css
<style>
span { border-color: #AAF1E5; }
span { border-color: rgb(170,241,229); }
td.TdClassName
{
border-color: #AAF1E5;
}
.TagClassName
{
border-color: #AAF1E5;
}
</style>