Shades of Water Leaf #AAECDF
Tints of Water Leaf #AAECDF
RGB
CMYK
RGB Variations
Color information
#AAECDF (or 0xAAECDF) is known color: Water Leaf. HEX triplet: AA, EC and DF. RGB value is (170,236,223). Sum of RGB (Red+Green+Blue) = 170+236+223=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECDF is #551320. Grayscale: #D6D6D6. Windows color (decimal): -5575457 or 14675114. OLE color: 14675114.
HSL color Cylindrical-coordinate representation of color #AAECDF: hue angle of 168.18º 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 #AAECDF is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 223 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.07 |
| HSL | 168.18º | 0.63% | 0.8% | - |
| HSV(B) | 168.18º | 0.28% | 0.93% | - |
| XYZ | 59.89 | 73.86 | 80.91 | - |
| YUV | 214.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 223 | 0.28 | 0 | 0.06 | 0.07 | 168.18 | 0.63 | 0.8 |
| Hex | AA | EC | DF | 1C | 0 | 6 | 7 | A8 | 3F | 50 |
| Octal | 252 | 354 | 337 | 34 | 0 | 6 | 7 | 250 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11011111 | 11100 | 0 | 110 | 111 | 10101000 | 111111 | 1010000 |
Color Harmonies of #AAECDF
Complementary color
Monochromatic Colors of #AAECDF
Black with #AAECDF
Text Example
Text Example
White with #AAECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECDF; }
p { color: rgb(170,236,223); }
H1.HeaderClassName
{
color: #AAECDF;
}
.AnyTagClassName
{
color: #AAECDF;
}
</style>
background-color css
<style>
a { background-color: #AAECDF; }
a { background-color: rgb(170,236,223); }
div.DivClassName
{
background-color: #AAECDF;
}
.BgClassName
{
background-color: #AAECDF;
}
</style>
border-color css
<style>
span { border-color: #AAECDF; }
span { border-color: rgb(170,236,223); }
td.TdClassName
{
border-color: #AAECDF;
}
.TagClassName
{
border-color: #AAECDF;
}
</style>