Shades of Water Leaf #AEECD9
Tints of Water Leaf #AEECD9
RGB
CMYK
RGB Variations
Color information
#AEECD9 (or 0xAEECD9) is known color: Water Leaf. HEX triplet: AE, EC and D9. RGB value is (174,236,217). Sum of RGB (Red+Green+Blue) = 174+236+217=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECD9 is #511326. Grayscale: #D7D7D7. Windows color (decimal): -5313319 or 14281902. OLE color: 14281902.
HSL color Cylindrical-coordinate representation of color #AEECD9: hue angle of 161.61º 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 #AEECD9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 217 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.07 |
| HSL | 161.61º | 0.62% | 0.8% | - |
| HSV(B) | 161.61º | 0.26% | 0.93% | - |
| XYZ | 59.98 | 74 | 76.77 | - |
| YUV | 215.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 217 | 0.26 | 0 | 0.08 | 0.07 | 161.61 | 0.62 | 0.8 |
| Hex | AE | EC | D9 | 1A | 0 | 8 | 7 | A2 | 3E | 50 |
| Octal | 256 | 354 | 331 | 32 | 0 | 10 | 7 | 242 | 76 | 120 |
| Binary | 10101110 | 11101100 | 11011001 | 11010 | 0 | 1000 | 111 | 10100010 | 111110 | 1010000 |
Color Harmonies of #AEECD9
Complementary color
Monochromatic Colors of #AEECD9
Black with #AEECD9
Text Example
Text Example
White with #AEECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECD9; }
p { color: rgb(174,236,217); }
H1.HeaderClassName
{
color: #AEECD9;
}
.AnyTagClassName
{
color: #AEECD9;
}
</style>
background-color css
<style>
a { background-color: #AEECD9; }
a { background-color: rgb(174,236,217); }
div.DivClassName
{
background-color: #AEECD9;
}
.BgClassName
{
background-color: #AEECD9;
}
</style>
border-color css
<style>
span { border-color: #AEECD9; }
span { border-color: rgb(174,236,217); }
td.TdClassName
{
border-color: #AEECD9;
}
.TagClassName
{
border-color: #AEECD9;
}
</style>