Shades of Water Leaf #AAEEE4
Tints of Water Leaf #AAEEE4
RGB
CMYK
RGB Variations
Color information
#AAEEE4 (or 0xAAEEE4) is known color: Water Leaf. HEX triplet: AA, EE and E4. RGB value is (170,238,228). Sum of RGB (Red+Green+Blue) = 170+238+228=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEE4 is #55111B. Grayscale: #D8D8D8. Windows color (decimal): -5574940 or 15003306. OLE color: 15003306.
HSL color Cylindrical-coordinate representation of color #AAEEE4: hue angle of 171.18º 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 #AAEEE4 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 228 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.07 |
| HSL | 171.18º | 0.67% | 0.8% | - |
| HSV(B) | 171.18º | 0.29% | 0.93% | - |
| XYZ | 61.16 | 75.3 | 84.71 | - |
| YUV | 216.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 228 | 0.29 | 0 | 0.04 | 0.07 | 171.18 | 0.67 | 0.8 |
| Hex | AA | EE | E4 | 1D | 0 | 4 | 7 | AB | 43 | 50 |
| Octal | 252 | 356 | 344 | 35 | 0 | 4 | 7 | 253 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11100100 | 11101 | 0 | 100 | 111 | 10101011 | 1000011 | 1010000 |
Color Harmonies of #AAEEE4
Complementary color
Monochromatic Colors of #AAEEE4
Black with #AAEEE4
Text Example
Text Example
White with #AAEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEE4; }
p { color: rgb(170,238,228); }
H1.HeaderClassName
{
color: #AAEEE4;
}
.AnyTagClassName
{
color: #AAEEE4;
}
</style>
background-color css
<style>
a { background-color: #AAEEE4; }
a { background-color: rgb(170,238,228); }
div.DivClassName
{
background-color: #AAEEE4;
}
.BgClassName
{
background-color: #AAEEE4;
}
</style>
border-color css
<style>
span { border-color: #AAEEE4; }
span { border-color: rgb(170,238,228); }
td.TdClassName
{
border-color: #AAEEE4;
}
.TagClassName
{
border-color: #AAEEE4;
}
</style>