Shades of Water Leaf #AEEADF
Tints of Water Leaf #AEEADF
RGB
CMYK
RGB Variations
Color information
#AEEADF (or 0xAEEADF) is known color: Water Leaf. HEX triplet: AE, EA and DF. RGB value is (174,234,223). Sum of RGB (Red+Green+Blue) = 174+234+223=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEADF is #511520. Grayscale: #D6D6D6. Windows color (decimal): -5313825 or 14674606. OLE color: 14674606.
HSL color Cylindrical-coordinate representation of color #AEEADF: hue angle of 169º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEADF is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 223 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.08 |
| HSL | 169º | 0.59% | 0.8% | - |
| HSV(B) | 169º | 0.26% | 0.92% | - |
| XYZ | 60.2 | 73.17 | 80.76 | - |
| YUV | 214.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 223 | 0.26 | 0 | 0.05 | 0.08 | 169 | 0.59 | 0.8 |
| Hex | AE | EA | DF | 1A | 0 | 5 | 8 | A9 | 3B | 50 |
| Octal | 256 | 352 | 337 | 32 | 0 | 5 | 10 | 251 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11011111 | 11010 | 0 | 101 | 1000 | 10101001 | 111011 | 1010000 |
Color Harmonies of #AEEADF
Complementary color
Monochromatic Colors of #AEEADF
Black with #AEEADF
Text Example
Text Example
White with #AEEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEADF; }
p { color: rgb(174,234,223); }
H1.HeaderClassName
{
color: #AEEADF;
}
.AnyTagClassName
{
color: #AEEADF;
}
</style>
background-color css
<style>
a { background-color: #AEEADF; }
a { background-color: rgb(174,234,223); }
div.DivClassName
{
background-color: #AEEADF;
}
.BgClassName
{
background-color: #AEEADF;
}
</style>
border-color css
<style>
span { border-color: #AEEADF; }
span { border-color: rgb(174,234,223); }
td.TdClassName
{
border-color: #AEEADF;
}
.TagClassName
{
border-color: #AEEADF;
}
</style>