Shades of Water Leaf #AAEFDF
Tints of Water Leaf #AAEFDF
RGB
CMYK
RGB Variations
Color information
#AAEFDF (or 0xAAEFDF) is known color: Water Leaf. HEX triplet: AA, EF and DF. RGB value is (170,239,223). Sum of RGB (Red+Green+Blue) = 170+239+223=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFDF is #551020. Grayscale: #D8D8D8. Windows color (decimal): -5574689 or 14675882. OLE color: 14675882.
HSL color Cylindrical-coordinate representation of color #AAEFDF: hue angle of 166.09º 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 #AAEFDF is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 223 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.06 |
| HSL | 166.09º | 0.68% | 0.8% | - |
| HSV(B) | 166.09º | 0.29% | 0.94% | - |
| XYZ | 60.76 | 75.61 | 81.2 | - |
| YUV | 216.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 223 | 0.29 | 0 | 0.07 | 0.06 | 166.09 | 0.68 | 0.8 |
| Hex | AA | EF | DF | 1D | 0 | 7 | 6 | A6 | 44 | 50 |
| Octal | 252 | 357 | 337 | 35 | 0 | 7 | 6 | 246 | 104 | 120 |
| Binary | 10101010 | 11101111 | 11011111 | 11101 | 0 | 111 | 110 | 10100110 | 1000100 | 1010000 |
Color Harmonies of #AAEFDF
Complementary color
Monochromatic Colors of #AAEFDF
Black with #AAEFDF
Text Example
Text Example
White with #AAEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFDF; }
p { color: rgb(170,239,223); }
H1.HeaderClassName
{
color: #AAEFDF;
}
.AnyTagClassName
{
color: #AAEFDF;
}
</style>
background-color css
<style>
a { background-color: #AAEFDF; }
a { background-color: rgb(170,239,223); }
div.DivClassName
{
background-color: #AAEFDF;
}
.BgClassName
{
background-color: #AAEFDF;
}
</style>
border-color css
<style>
span { border-color: #AAEFDF; }
span { border-color: rgb(170,239,223); }
td.TdClassName
{
border-color: #AAEFDF;
}
.TagClassName
{
border-color: #AAEFDF;
}
</style>