Shades of Water Leaf #AAEFDD
Tints of Water Leaf #AAEFDD
RGB
CMYK
RGB Variations
Color information
#AAEFDD (or 0xAAEFDD) is known color: Water Leaf. HEX triplet: AA, EF and DD. RGB value is (170,239,221). Sum of RGB (Red+Green+Blue) = 170+239+221=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFDD is #551022. Grayscale: #D8D8D8. Windows color (decimal): -5574691 or 14544810. OLE color: 14544810.
HSL color Cylindrical-coordinate representation of color #AAEFDD: hue angle of 164.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFDD is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 221 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.06 |
| HSL | 164.35º | 0.68% | 0.8% | - |
| HSV(B) | 164.35º | 0.29% | 0.94% | - |
| XYZ | 60.5 | 75.5 | 79.79 | - |
| YUV | 216.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 221 | 0.29 | 0 | 0.08 | 0.06 | 164.35 | 0.68 | 0.8 |
| Hex | AA | EF | DD | 1D | 0 | 8 | 6 | A4 | 44 | 50 |
| Octal | 252 | 357 | 335 | 35 | 0 | 10 | 6 | 244 | 104 | 120 |
| Binary | 10101010 | 11101111 | 11011101 | 11101 | 0 | 1000 | 110 | 10100100 | 1000100 | 1010000 |
Color Harmonies of #AAEFDD
Complementary color
Monochromatic Colors of #AAEFDD
Black with #AAEFDD
Text Example
Text Example
White with #AAEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFDD; }
p { color: rgb(170,239,221); }
H1.HeaderClassName
{
color: #AAEFDD;
}
.AnyTagClassName
{
color: #AAEFDD;
}
</style>
background-color css
<style>
a { background-color: #AAEFDD; }
a { background-color: rgb(170,239,221); }
div.DivClassName
{
background-color: #AAEFDD;
}
.BgClassName
{
background-color: #AAEFDD;
}
</style>
border-color css
<style>
span { border-color: #AAEFDD; }
span { border-color: rgb(170,239,221); }
td.TdClassName
{
border-color: #AAEFDD;
}
.TagClassName
{
border-color: #AAEFDD;
}
</style>