Shades of Water Leaf #AEEEE0
Tints of Water Leaf #AEEEE0
RGB
CMYK
RGB Variations
Color information
#AEEEE0 (or 0xAEEEE0) is known color: Water Leaf. HEX triplet: AE, EE and E0. RGB value is (174,238,224). Sum of RGB (Red+Green+Blue) = 174+238+224=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEE0 is #51111F. Grayscale: #D9D9D9. Windows color (decimal): -5312800 or 14741166. OLE color: 14741166.
HSL color Cylindrical-coordinate representation of color #AEEEE0: hue angle of 166.88º 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 #AEEEE0 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 224 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.07 |
| HSL | 166.88º | 0.65% | 0.81% | - |
| HSV(B) | 166.88º | 0.27% | 0.93% | - |
| XYZ | 61.48 | 75.53 | 81.86 | - |
| YUV | 217.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 224 | 0.27 | 0 | 0.06 | 0.07 | 166.88 | 0.65 | 0.81 |
| Hex | AE | EE | E0 | 1B | 0 | 6 | 7 | A7 | 41 | 51 |
| Octal | 256 | 356 | 340 | 33 | 0 | 6 | 7 | 247 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11100000 | 11011 | 0 | 110 | 111 | 10100111 | 1000001 | 1010001 |
Color Harmonies of #AEEEE0
Complementary color
Monochromatic Colors of #AEEEE0
Black with #AEEEE0
Text Example
Text Example
White with #AEEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEE0; }
p { color: rgb(174,238,224); }
H1.HeaderClassName
{
color: #AEEEE0;
}
.AnyTagClassName
{
color: #AEEEE0;
}
</style>
background-color css
<style>
a { background-color: #AEEEE0; }
a { background-color: rgb(174,238,224); }
div.DivClassName
{
background-color: #AEEEE0;
}
.BgClassName
{
background-color: #AEEEE0;
}
</style>
border-color css
<style>
span { border-color: #AEEEE0; }
span { border-color: rgb(174,238,224); }
td.TdClassName
{
border-color: #AEEEE0;
}
.TagClassName
{
border-color: #AEEEE0;
}
</style>