Shades of Water Leaf #AAEEE3
Tints of Water Leaf #AAEEE3
RGB
CMYK
RGB Variations
Color information
#AAEEE3 (or 0xAAEEE3) is known color: Water Leaf. HEX triplet: AA, EE and E3. RGB value is (170,238,227). Sum of RGB (Red+Green+Blue) = 170+238+227=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEE3 is #55111C. Grayscale: #D8D8D8. Windows color (decimal): -5574941 or 14937770. OLE color: 14937770.
HSL color Cylindrical-coordinate representation of color #AAEEE3: hue angle of 170.29º 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 #AAEEE3 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 227 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.07 |
| HSL | 170.29º | 0.67% | 0.8% | - |
| HSV(B) | 170.29º | 0.29% | 0.93% | - |
| XYZ | 61.02 | 75.24 | 83.98 | - |
| YUV | 216.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 227 | 0.29 | 0 | 0.05 | 0.07 | 170.29 | 0.67 | 0.8 |
| Hex | AA | EE | E3 | 1D | 0 | 5 | 7 | AA | 43 | 50 |
| Octal | 252 | 356 | 343 | 35 | 0 | 5 | 7 | 252 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11100011 | 11101 | 0 | 101 | 111 | 10101010 | 1000011 | 1010000 |
Color Harmonies of #AAEEE3
Complementary color
Monochromatic Colors of #AAEEE3
Black with #AAEEE3
Text Example
Text Example
White with #AAEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEE3; }
p { color: rgb(170,238,227); }
H1.HeaderClassName
{
color: #AAEEE3;
}
.AnyTagClassName
{
color: #AAEEE3;
}
</style>
background-color css
<style>
a { background-color: #AAEEE3; }
a { background-color: rgb(170,238,227); }
div.DivClassName
{
background-color: #AAEEE3;
}
.BgClassName
{
background-color: #AAEEE3;
}
</style>
border-color css
<style>
span { border-color: #AAEEE3; }
span { border-color: rgb(170,238,227); }
td.TdClassName
{
border-color: #AAEEE3;
}
.TagClassName
{
border-color: #AAEEE3;
}
</style>