Shades of Water Leaf #AAECDD
Tints of Water Leaf #AAECDD
RGB
CMYK
RGB Variations
Color information
#AAECDD (or 0xAAECDD) is known color: Water Leaf. HEX triplet: AA, EC and DD. RGB value is (170,236,221). Sum of RGB (Red+Green+Blue) = 170+236+221=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECDD is #551322. Grayscale: #D6D6D6. Windows color (decimal): -5575459 or 14544042. OLE color: 14544042.
HSL color Cylindrical-coordinate representation of color #AAECDD: hue angle of 166.36º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECDD is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 221 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.07 |
| HSL | 166.36º | 0.63% | 0.8% | - |
| HSV(B) | 166.36º | 0.28% | 0.93% | - |
| XYZ | 59.62 | 73.76 | 79.5 | - |
| YUV | 214.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 221 | 0.28 | 0 | 0.06 | 0.07 | 166.36 | 0.63 | 0.8 |
| Hex | AA | EC | DD | 1C | 0 | 6 | 7 | A6 | 3F | 50 |
| Octal | 252 | 354 | 335 | 34 | 0 | 6 | 7 | 246 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11011101 | 11100 | 0 | 110 | 111 | 10100110 | 111111 | 1010000 |
Color Harmonies of #AAECDD
Complementary color
Monochromatic Colors of #AAECDD
Black with #AAECDD
Text Example
Text Example
White with #AAECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECDD; }
p { color: rgb(170,236,221); }
H1.HeaderClassName
{
color: #AAECDD;
}
.AnyTagClassName
{
color: #AAECDD;
}
</style>
background-color css
<style>
a { background-color: #AAECDD; }
a { background-color: rgb(170,236,221); }
div.DivClassName
{
background-color: #AAECDD;
}
.BgClassName
{
background-color: #AAECDD;
}
</style>
border-color css
<style>
span { border-color: #AAECDD; }
span { border-color: rgb(170,236,221); }
td.TdClassName
{
border-color: #AAECDD;
}
.TagClassName
{
border-color: #AAECDD;
}
</style>