Shades of Water Leaf #AEEEDD
Tints of Water Leaf #AEEEDD
RGB
CMYK
RGB Variations
Color information
#AEEEDD (or 0xAEEEDD) is known color: Water Leaf. HEX triplet: AE, EE and DD. RGB value is (174,238,221). Sum of RGB (Red+Green+Blue) = 174+238+221=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEDD is #511122. Grayscale: #D8D8D8. Windows color (decimal): -5312803 or 14544558. OLE color: 14544558.
HSL color Cylindrical-coordinate representation of color #AEEEDD: hue angle of 164.06º degrees, saturation: 0.65, 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 #AEEEDD is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 221 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.07 |
| HSL | 164.06º | 0.65% | 0.81% | - |
| HSV(B) | 164.06º | 0.27% | 0.93% | - |
| XYZ | 61.08 | 75.37 | 79.73 | - |
| YUV | 216.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 221 | 0.27 | 0 | 0.07 | 0.07 | 164.06 | 0.65 | 0.81 |
| Hex | AE | EE | DD | 1B | 0 | 7 | 7 | A4 | 41 | 51 |
| Octal | 256 | 356 | 335 | 33 | 0 | 7 | 7 | 244 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11011101 | 11011 | 0 | 111 | 111 | 10100100 | 1000001 | 1010001 |
Color Harmonies of #AEEEDD
Complementary color
Monochromatic Colors of #AEEEDD
Black with #AEEEDD
Text Example
Text Example
White with #AEEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEDD; }
p { color: rgb(174,238,221); }
H1.HeaderClassName
{
color: #AEEEDD;
}
.AnyTagClassName
{
color: #AEEEDD;
}
</style>
background-color css
<style>
a { background-color: #AEEEDD; }
a { background-color: rgb(174,238,221); }
div.DivClassName
{
background-color: #AEEEDD;
}
.BgClassName
{
background-color: #AEEEDD;
}
</style>
border-color css
<style>
span { border-color: #AEEEDD; }
span { border-color: rgb(174,238,221); }
td.TdClassName
{
border-color: #AEEEDD;
}
.TagClassName
{
border-color: #AEEEDD;
}
</style>