Shades of Water Leaf #AAF1E4
Tints of Water Leaf #AAF1E4
RGB
CMYK
RGB Variations
Color information
#AAF1E4 (or 0xAAF1E4) is known color: Water Leaf. HEX triplet: AA, F1 and E4. RGB value is (170,241,228). Sum of RGB (Red+Green+Blue) = 170+241+228=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1E4 is #550E1B. Grayscale: #DADADA. Windows color (decimal): -5574172 or 15004074. OLE color: 15004074.
HSL color Cylindrical-coordinate representation of color #AAF1E4: hue angle of 169.01º 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 #AAF1E4 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 228 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.05 |
| HSL | 169.01º | 0.72% | 0.81% | - |
| HSV(B) | 169.01º | 0.29% | 0.95% | - |
| XYZ | 62.04 | 77.06 | 85 | - |
| YUV | 218.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 228 | 0.29 | 0 | 0.05 | 0.05 | 169.01 | 0.72 | 0.81 |
| Hex | AA | F1 | E4 | 1D | 0 | 5 | 5 | A9 | 48 | 51 |
| Octal | 252 | 361 | 344 | 35 | 0 | 5 | 5 | 251 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11100100 | 11101 | 0 | 101 | 101 | 10101001 | 1001000 | 1010001 |
Color Harmonies of #AAF1E4
Complementary color
Monochromatic Colors of #AAF1E4
Black with #AAF1E4
Text Example
Text Example
White with #AAF1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1E4; }
p { color: rgb(170,241,228); }
H1.HeaderClassName
{
color: #AAF1E4;
}
.AnyTagClassName
{
color: #AAF1E4;
}
</style>
background-color css
<style>
a { background-color: #AAF1E4; }
a { background-color: rgb(170,241,228); }
div.DivClassName
{
background-color: #AAF1E4;
}
.BgClassName
{
background-color: #AAF1E4;
}
</style>
border-color css
<style>
span { border-color: #AAF1E4; }
span { border-color: rgb(170,241,228); }
td.TdClassName
{
border-color: #AAF1E4;
}
.TagClassName
{
border-color: #AAF1E4;
}
</style>