Shades of Water Leaf #AAEAE0
Tints of Water Leaf #AAEAE0
RGB
CMYK
RGB Variations
Color information
#AAEAE0 (or 0xAAEAE0) is known color: Water Leaf. HEX triplet: AA, EA and E0. RGB value is (170,234,224). Sum of RGB (Red+Green+Blue) = 170+234+224=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAE0 is #55151F. Grayscale: #D5D5D5. Windows color (decimal): -5575968 or 14740138. OLE color: 14740138.
HSL color Cylindrical-coordinate representation of color #AAEAE0: hue angle of 170.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAE0 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 224 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.08 |
| HSL | 170.63º | 0.6% | 0.79% | - |
| HSV(B) | 170.63º | 0.27% | 0.92% | - |
| XYZ | 59.45 | 72.77 | 81.43 | - |
| YUV | 213.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 224 | 0.27 | 0 | 0.04 | 0.08 | 170.63 | 0.6 | 0.79 |
| Hex | AA | EA | E0 | 1B | 0 | 4 | 8 | AB | 3C | 4F |
| Octal | 252 | 352 | 340 | 33 | 0 | 4 | 10 | 253 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11100000 | 11011 | 0 | 100 | 1000 | 10101011 | 111100 | 1001111 |
Color Harmonies of #AAEAE0
Complementary color
Monochromatic Colors of #AAEAE0
Black with #AAEAE0
Text Example
Text Example
White with #AAEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAE0; }
p { color: rgb(170,234,224); }
H1.HeaderClassName
{
color: #AAEAE0;
}
.AnyTagClassName
{
color: #AAEAE0;
}
</style>
background-color css
<style>
a { background-color: #AAEAE0; }
a { background-color: rgb(170,234,224); }
div.DivClassName
{
background-color: #AAEAE0;
}
.BgClassName
{
background-color: #AAEAE0;
}
</style>
border-color css
<style>
span { border-color: #AAEAE0; }
span { border-color: rgb(170,234,224); }
td.TdClassName
{
border-color: #AAEAE0;
}
.TagClassName
{
border-color: #AAEAE0;
}
</style>