Shades of Water Leaf #AEEEDE
Tints of Water Leaf #AEEEDE
RGB
CMYK
RGB Variations
Color information
#AEEEDE (or 0xAEEEDE) is known color: Water Leaf. HEX triplet: AE, EE and DE. RGB value is (174,238,222). Sum of RGB (Red+Green+Blue) = 174+238+222=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEDE is #511121. Grayscale: #D9D9D9. Windows color (decimal): -5312802 or 14610094. OLE color: 14610094.
HSL color Cylindrical-coordinate representation of color #AEEEDE: hue angle of 165º 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 #AEEEDE is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 222 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.07 |
| HSL | 165º | 0.65% | 0.81% | - |
| HSV(B) | 165º | 0.27% | 0.93% | - |
| XYZ | 61.21 | 75.42 | 80.44 | - |
| YUV | 217.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 222 | 0.27 | 0 | 0.07 | 0.07 | 165 | 0.65 | 0.81 |
| Hex | AE | EE | DE | 1B | 0 | 7 | 7 | A5 | 41 | 51 |
| Octal | 256 | 356 | 336 | 33 | 0 | 7 | 7 | 245 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11011110 | 11011 | 0 | 111 | 111 | 10100101 | 1000001 | 1010001 |
Color Harmonies of #AEEEDE
Complementary color
Monochromatic Colors of #AEEEDE
Black with #AEEEDE
Text Example
Text Example
White with #AEEEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEDE; }
p { color: rgb(174,238,222); }
H1.HeaderClassName
{
color: #AEEEDE;
}
.AnyTagClassName
{
color: #AEEEDE;
}
</style>
background-color css
<style>
a { background-color: #AEEEDE; }
a { background-color: rgb(174,238,222); }
div.DivClassName
{
background-color: #AEEEDE;
}
.BgClassName
{
background-color: #AEEEDE;
}
</style>
border-color css
<style>
span { border-color: #AEEEDE; }
span { border-color: rgb(174,238,222); }
td.TdClassName
{
border-color: #AEEEDE;
}
.TagClassName
{
border-color: #AEEEDE;
}
</style>