Shades of Water Leaf #AEECDD
Tints of Water Leaf #AEECDD
RGB
CMYK
RGB Variations
Color information
#AEECDD (or 0xAEECDD) is known color: Water Leaf. HEX triplet: AE, EC and DD. RGB value is (174,236,221). Sum of RGB (Red+Green+Blue) = 174+236+221=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECDD is #511322. Grayscale: #D7D7D7. Windows color (decimal): -5313315 or 14544046. OLE color: 14544046.
HSL color Cylindrical-coordinate representation of color #AEECDD: hue angle of 165.48º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECDD is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 221 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.07 |
| HSL | 165.48º | 0.62% | 0.8% | - |
| HSV(B) | 165.48º | 0.26% | 0.93% | - |
| XYZ | 60.5 | 74.21 | 79.54 | - |
| YUV | 215.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 221 | 0.26 | 0 | 0.06 | 0.07 | 165.48 | 0.62 | 0.8 |
| Hex | AE | EC | DD | 1A | 0 | 6 | 7 | A5 | 3E | 50 |
| Octal | 256 | 354 | 335 | 32 | 0 | 6 | 7 | 245 | 76 | 120 |
| Binary | 10101110 | 11101100 | 11011101 | 11010 | 0 | 110 | 111 | 10100101 | 111110 | 1010000 |
Color Harmonies of #AEECDD
Complementary color
Monochromatic Colors of #AEECDD
Black with #AEECDD
Text Example
Text Example
White with #AEECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECDD; }
p { color: rgb(174,236,221); }
H1.HeaderClassName
{
color: #AEECDD;
}
.AnyTagClassName
{
color: #AEECDD;
}
</style>
background-color css
<style>
a { background-color: #AEECDD; }
a { background-color: rgb(174,236,221); }
div.DivClassName
{
background-color: #AEECDD;
}
.BgClassName
{
background-color: #AEECDD;
}
</style>
border-color css
<style>
span { border-color: #AEECDD; }
span { border-color: rgb(174,236,221); }
td.TdClassName
{
border-color: #AEECDD;
}
.TagClassName
{
border-color: #AEECDD;
}
</style>