Shades of Water Leaf #AEECDC
Tints of Water Leaf #AEECDC
RGB
CMYK
RGB Variations
Color information
#AEECDC (or 0xAEECDC) is known color: Water Leaf. HEX triplet: AE, EC and DC. RGB value is (174,236,220). Sum of RGB (Red+Green+Blue) = 174+236+220=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECDC is #511323. Grayscale: #D7D7D7. Windows color (decimal): -5313316 or 14478510. OLE color: 14478510.
HSL color Cylindrical-coordinate representation of color #AEECDC: hue angle of 164.52º 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 #AEECDC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 220 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.07 |
| HSL | 164.52º | 0.62% | 0.8% | - |
| HSV(B) | 164.52º | 0.26% | 0.93% | - |
| XYZ | 60.37 | 74.16 | 78.84 | - |
| YUV | 215.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 220 | 0.26 | 0 | 0.07 | 0.07 | 164.52 | 0.62 | 0.8 |
| Hex | AE | EC | DC | 1A | 0 | 7 | 7 | A5 | 3E | 50 |
| Octal | 256 | 354 | 334 | 32 | 0 | 7 | 7 | 245 | 76 | 120 |
| Binary | 10101110 | 11101100 | 11011100 | 11010 | 0 | 111 | 111 | 10100101 | 111110 | 1010000 |
Color Harmonies of #AEECDC
Complementary color
Monochromatic Colors of #AEECDC
Black with #AEECDC
Text Example
Text Example
White with #AEECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECDC; }
p { color: rgb(174,236,220); }
H1.HeaderClassName
{
color: #AEECDC;
}
.AnyTagClassName
{
color: #AEECDC;
}
</style>
background-color css
<style>
a { background-color: #AEECDC; }
a { background-color: rgb(174,236,220); }
div.DivClassName
{
background-color: #AEECDC;
}
.BgClassName
{
background-color: #AEECDC;
}
</style>
border-color css
<style>
span { border-color: #AEECDC; }
span { border-color: rgb(174,236,220); }
td.TdClassName
{
border-color: #AEECDC;
}
.TagClassName
{
border-color: #AEECDC;
}
</style>