Shades of Water Leaf #AAECE2
Tints of Water Leaf #AAECE2
RGB
CMYK
RGB Variations
Color information
#AAECE2 (or 0xAAECE2) is known color: Water Leaf. HEX triplet: AA, EC and E2. RGB value is (170,236,226). Sum of RGB (Red+Green+Blue) = 170+236+226=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECE2 is #55131D. Grayscale: #D7D7D7. Windows color (decimal): -5575454 or 14871722. OLE color: 14871722.
HSL color Cylindrical-coordinate representation of color #AAECE2: hue angle of 170.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECE2 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 226 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.07 |
| HSL | 170.91º | 0.63% | 0.8% | - |
| HSV(B) | 170.91º | 0.28% | 0.93% | - |
| XYZ | 60.3 | 74.03 | 83.06 | - |
| YUV | 215.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 226 | 0.28 | 0 | 0.04 | 0.07 | 170.91 | 0.63 | 0.8 |
| Hex | AA | EC | E2 | 1C | 0 | 4 | 7 | AB | 3F | 50 |
| Octal | 252 | 354 | 342 | 34 | 0 | 4 | 7 | 253 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11100010 | 11100 | 0 | 100 | 111 | 10101011 | 111111 | 1010000 |
Color Harmonies of #AAECE2
Complementary color
Monochromatic Colors of #AAECE2
Black with #AAECE2
Text Example
Text Example
White with #AAECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECE2; }
p { color: rgb(170,236,226); }
H1.HeaderClassName
{
color: #AAECE2;
}
.AnyTagClassName
{
color: #AAECE2;
}
</style>
background-color css
<style>
a { background-color: #AAECE2; }
a { background-color: rgb(170,236,226); }
div.DivClassName
{
background-color: #AAECE2;
}
.BgClassName
{
background-color: #AAECE2;
}
</style>
border-color css
<style>
span { border-color: #AAECE2; }
span { border-color: rgb(170,236,226); }
td.TdClassName
{
border-color: #AAECE2;
}
.TagClassName
{
border-color: #AAECE2;
}
</style>