Shades of Water Leaf #AAEEDF
Tints of Water Leaf #AAEEDF
RGB
CMYK
RGB Variations
Color information
#AAEEDF (or 0xAAEEDF) is known color: Water Leaf. HEX triplet: AA, EE and DF. RGB value is (170,238,223). Sum of RGB (Red+Green+Blue) = 170+238+223=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEDF is #551120. Grayscale: #D7D7D7. Windows color (decimal): -5574945 or 14675626. OLE color: 14675626.
HSL color Cylindrical-coordinate representation of color #AAEEDF: hue angle of 166.76º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEDF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 223 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.07 |
| HSL | 166.76º | 0.67% | 0.8% | - |
| HSV(B) | 166.76º | 0.29% | 0.93% | - |
| XYZ | 60.47 | 75.02 | 81.11 | - |
| YUV | 215.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 223 | 0.29 | 0 | 0.06 | 0.07 | 166.76 | 0.67 | 0.8 |
| Hex | AA | EE | DF | 1D | 0 | 6 | 7 | A7 | 43 | 50 |
| Octal | 252 | 356 | 337 | 35 | 0 | 6 | 7 | 247 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11011111 | 11101 | 0 | 110 | 111 | 10100111 | 1000011 | 1010000 |
Color Harmonies of #AAEEDF
Complementary color
Monochromatic Colors of #AAEEDF
Black with #AAEEDF
Text Example
Text Example
White with #AAEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEDF; }
p { color: rgb(170,238,223); }
H1.HeaderClassName
{
color: #AAEEDF;
}
.AnyTagClassName
{
color: #AAEEDF;
}
</style>
background-color css
<style>
a { background-color: #AAEEDF; }
a { background-color: rgb(170,238,223); }
div.DivClassName
{
background-color: #AAEEDF;
}
.BgClassName
{
background-color: #AAEEDF;
}
</style>
border-color css
<style>
span { border-color: #AAEEDF; }
span { border-color: rgb(170,238,223); }
td.TdClassName
{
border-color: #AAEEDF;
}
.TagClassName
{
border-color: #AAEEDF;
}
</style>