Shades of Water Leaf #AAF4E4
Tints of Water Leaf #AAF4E4
RGB
CMYK
RGB Variations
Color information
#AAF4E4 (or 0xAAF4E4) is known color: Water Leaf. HEX triplet: AA, F4 and E4. RGB value is (170,244,228). Sum of RGB (Red+Green+Blue) = 170+244+228=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4E4 is #550B1B. Grayscale: #DCDCDC. Windows color (decimal): -5573404 or 15004842. OLE color: 15004842.
HSL color Cylindrical-coordinate representation of color #AAF4E4: hue angle of 167.03º 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 #AAF4E4 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 228 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.04 |
| HSL | 167.03º | 0.77% | 0.81% | - |
| HSV(B) | 167.03º | 0.3% | 0.96% | - |
| XYZ | 62.93 | 78.85 | 85.3 | - |
| YUV | 220.05 | 132.48 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 228 | 0.30 | 0 | 0.07 | 0.04 | 167.03 | 0.77 | 0.81 |
| Hex | AA | F4 | E4 | 1E | 0 | 7 | 4 | A7 | 4D | 51 |
| Octal | 252 | 364 | 344 | 36 | 0 | 7 | 4 | 247 | 115 | 121 |
| Binary | 10101010 | 11110100 | 11100100 | 11110 | 0 | 111 | 100 | 10100111 | 1001101 | 1010001 |
Color Harmonies of #AAF4E4
Complementary color
Monochromatic Colors of #AAF4E4
Black with #AAF4E4
Text Example
Text Example
White with #AAF4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4E4; }
p { color: rgb(170,244,228); }
H1.HeaderClassName
{
color: #AAF4E4;
}
.AnyTagClassName
{
color: #AAF4E4;
}
</style>
background-color css
<style>
a { background-color: #AAF4E4; }
a { background-color: rgb(170,244,228); }
div.DivClassName
{
background-color: #AAF4E4;
}
.BgClassName
{
background-color: #AAF4E4;
}
</style>
border-color css
<style>
span { border-color: #AAF4E4; }
span { border-color: rgb(170,244,228); }
td.TdClassName
{
border-color: #AAF4E4;
}
.TagClassName
{
border-color: #AAF4E4;
}
</style>