Shades of Water Leaf #AAEBE0
Tints of Water Leaf #AAEBE0
RGB
CMYK
RGB Variations
Color information
#AAEBE0 (or 0xAAEBE0) is known color: Water Leaf. HEX triplet: AA, EB and E0. RGB value is (170,235,224). Sum of RGB (Red+Green+Blue) = 170+235+224=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBE0 is #55141F. Grayscale: #D6D6D6. Windows color (decimal): -5575712 or 14740394. OLE color: 14740394.
HSL color Cylindrical-coordinate representation of color #AAEBE0: hue angle of 169.85º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBE0 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 224 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.08 |
| HSL | 169.85º | 0.62% | 0.79% | - |
| HSV(B) | 169.85º | 0.28% | 0.92% | - |
| XYZ | 59.74 | 73.34 | 81.53 | - |
| YUV | 214.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 224 | 0.28 | 0 | 0.05 | 0.08 | 169.85 | 0.62 | 0.79 |
| Hex | AA | EB | E0 | 1C | 0 | 5 | 8 | AA | 3E | 4F |
| Octal | 252 | 353 | 340 | 34 | 0 | 5 | 10 | 252 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11100000 | 11100 | 0 | 101 | 1000 | 10101010 | 111110 | 1001111 |
Color Harmonies of #AAEBE0
Complementary color
Monochromatic Colors of #AAEBE0
Black with #AAEBE0
Text Example
Text Example
White with #AAEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBE0; }
p { color: rgb(170,235,224); }
H1.HeaderClassName
{
color: #AAEBE0;
}
.AnyTagClassName
{
color: #AAEBE0;
}
</style>
background-color css
<style>
a { background-color: #AAEBE0; }
a { background-color: rgb(170,235,224); }
div.DivClassName
{
background-color: #AAEBE0;
}
.BgClassName
{
background-color: #AAEBE0;
}
</style>
border-color css
<style>
span { border-color: #AAEBE0; }
span { border-color: rgb(170,235,224); }
td.TdClassName
{
border-color: #AAEBE0;
}
.TagClassName
{
border-color: #AAEBE0;
}
</style>