Shades of Water Leaf #AAEEDD
Tints of Water Leaf #AAEEDD
RGB
CMYK
RGB Variations
Color information
#AAEEDD (or 0xAAEEDD) is known color: Water Leaf. HEX triplet: AA, EE and DD. RGB value is (170,238,221). Sum of RGB (Red+Green+Blue) = 170+238+221=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEDD is #551122. Grayscale: #D7D7D7. Windows color (decimal): -5574947 or 14544554. OLE color: 14544554.
HSL color Cylindrical-coordinate representation of color #AAEEDD: hue angle of 165º 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 #AAEEDD is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 221 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.07 |
| HSL | 165º | 0.67% | 0.8% | - |
| HSV(B) | 165º | 0.29% | 0.93% | - |
| XYZ | 60.2 | 74.92 | 79.69 | - |
| YUV | 215.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 221 | 0.29 | 0 | 0.07 | 0.07 | 165 | 0.67 | 0.8 |
| Hex | AA | EE | DD | 1D | 0 | 7 | 7 | A5 | 43 | 50 |
| Octal | 252 | 356 | 335 | 35 | 0 | 7 | 7 | 245 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11011101 | 11101 | 0 | 111 | 111 | 10100101 | 1000011 | 1010000 |
Color Harmonies of #AAEEDD
Complementary color
Monochromatic Colors of #AAEEDD
Black with #AAEEDD
Text Example
Text Example
White with #AAEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEDD; }
p { color: rgb(170,238,221); }
H1.HeaderClassName
{
color: #AAEEDD;
}
.AnyTagClassName
{
color: #AAEEDD;
}
</style>
background-color css
<style>
a { background-color: #AAEEDD; }
a { background-color: rgb(170,238,221); }
div.DivClassName
{
background-color: #AAEEDD;
}
.BgClassName
{
background-color: #AAEEDD;
}
</style>
border-color css
<style>
span { border-color: #AAEEDD; }
span { border-color: rgb(170,238,221); }
td.TdClassName
{
border-color: #AAEEDD;
}
.TagClassName
{
border-color: #AAEEDD;
}
</style>