Shades of Water Leaf #AAEEE1
Tints of Water Leaf #AAEEE1
RGB
CMYK
RGB Variations
Color information
#AAEEE1 (or 0xAAEEE1) is known color: Water Leaf. HEX triplet: AA, EE and E1. RGB value is (170,238,225). Sum of RGB (Red+Green+Blue) = 170+238+225=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEE1 is #55111E. Grayscale: #D8D8D8. Windows color (decimal): -5574943 or 14806698. OLE color: 14806698.
HSL color Cylindrical-coordinate representation of color #AAEEE1: hue angle of 168.53º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEE1 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 225 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.07 |
| HSL | 168.53º | 0.67% | 0.8% | - |
| HSV(B) | 168.53º | 0.29% | 0.93% | - |
| XYZ | 60.74 | 75.13 | 82.53 | - |
| YUV | 216.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 225 | 0.29 | 0 | 0.05 | 0.07 | 168.53 | 0.67 | 0.8 |
| Hex | AA | EE | E1 | 1D | 0 | 5 | 7 | A9 | 43 | 50 |
| Octal | 252 | 356 | 341 | 35 | 0 | 5 | 7 | 251 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11100001 | 11101 | 0 | 101 | 111 | 10101001 | 1000011 | 1010000 |
Color Harmonies of #AAEEE1
Complementary color
Monochromatic Colors of #AAEEE1
Black with #AAEEE1
Text Example
Text Example
White with #AAEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEE1; }
p { color: rgb(170,238,225); }
H1.HeaderClassName
{
color: #AAEEE1;
}
.AnyTagClassName
{
color: #AAEEE1;
}
</style>
background-color css
<style>
a { background-color: #AAEEE1; }
a { background-color: rgb(170,238,225); }
div.DivClassName
{
background-color: #AAEEE1;
}
.BgClassName
{
background-color: #AAEEE1;
}
</style>
border-color css
<style>
span { border-color: #AAEEE1; }
span { border-color: rgb(170,238,225); }
td.TdClassName
{
border-color: #AAEEE1;
}
.TagClassName
{
border-color: #AAEEE1;
}
</style>