Shades of Water Leaf #AAEBDF
Tints of Water Leaf #AAEBDF
RGB
CMYK
RGB Variations
Color information
#AAEBDF (or 0xAAEBDF) is known color: Water Leaf. HEX triplet: AA, EB and DF. RGB value is (170,235,223). Sum of RGB (Red+Green+Blue) = 170+235+223=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBDF is #551420. Grayscale: #D6D6D6. Windows color (decimal): -5575713 or 14674858. OLE color: 14674858.
HSL color Cylindrical-coordinate representation of color #AAEBDF: hue angle of 168.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBDF is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 223 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.08 |
| HSL | 168.92º | 0.62% | 0.79% | - |
| HSV(B) | 168.92º | 0.28% | 0.92% | - |
| XYZ | 59.61 | 73.29 | 80.82 | - |
| YUV | 214.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 223 | 0.28 | 0 | 0.05 | 0.08 | 168.92 | 0.62 | 0.79 |
| Hex | AA | EB | DF | 1C | 0 | 5 | 8 | A9 | 3E | 4F |
| Octal | 252 | 353 | 337 | 34 | 0 | 5 | 10 | 251 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11011111 | 11100 | 0 | 101 | 1000 | 10101001 | 111110 | 1001111 |
Color Harmonies of #AAEBDF
Complementary color
Monochromatic Colors of #AAEBDF
Black with #AAEBDF
Text Example
Text Example
White with #AAEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBDF; }
p { color: rgb(170,235,223); }
H1.HeaderClassName
{
color: #AAEBDF;
}
.AnyTagClassName
{
color: #AAEBDF;
}
</style>
background-color css
<style>
a { background-color: #AAEBDF; }
a { background-color: rgb(170,235,223); }
div.DivClassName
{
background-color: #AAEBDF;
}
.BgClassName
{
background-color: #AAEBDF;
}
</style>
border-color css
<style>
span { border-color: #AAEBDF; }
span { border-color: rgb(170,235,223); }
td.TdClassName
{
border-color: #AAEBDF;
}
.TagClassName
{
border-color: #AAEBDF;
}
</style>