Shades of Water Leaf #AEEDDC
Tints of Water Leaf #AEEDDC
RGB
CMYK
RGB Variations
Color information
#AEEDDC (or 0xAEEDDC) is known color: Water Leaf. HEX triplet: AE, ED and DC. RGB value is (174,237,220). Sum of RGB (Red+Green+Blue) = 174+237+220=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDDC is #511223. Grayscale: #D8D8D8. Windows color (decimal): -5313060 or 14478766. OLE color: 14478766.
HSL color Cylindrical-coordinate representation of color #AEEDDC: hue angle of 163.81º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDDC is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 220 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.07 |
| HSL | 163.81º | 0.64% | 0.81% | - |
| HSV(B) | 163.81º | 0.27% | 0.93% | - |
| XYZ | 60.66 | 74.73 | 78.94 | - |
| YUV | 216.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 220 | 0.27 | 0 | 0.07 | 0.07 | 163.81 | 0.64 | 0.81 |
| Hex | AE | ED | DC | 1B | 0 | 7 | 7 | A4 | 40 | 51 |
| Octal | 256 | 355 | 334 | 33 | 0 | 7 | 7 | 244 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11011100 | 11011 | 0 | 111 | 111 | 10100100 | 1000000 | 1010001 |
Color Harmonies of #AEEDDC
Complementary color
Monochromatic Colors of #AEEDDC
Black with #AEEDDC
Text Example
Text Example
White with #AEEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDDC; }
p { color: rgb(174,237,220); }
H1.HeaderClassName
{
color: #AEEDDC;
}
.AnyTagClassName
{
color: #AEEDDC;
}
</style>
background-color css
<style>
a { background-color: #AEEDDC; }
a { background-color: rgb(174,237,220); }
div.DivClassName
{
background-color: #AEEDDC;
}
.BgClassName
{
background-color: #AEEDDC;
}
</style>
border-color css
<style>
span { border-color: #AEEDDC; }
span { border-color: rgb(174,237,220); }
td.TdClassName
{
border-color: #AEEDDC;
}
.TagClassName
{
border-color: #AEEDDC;
}
</style>