Shades of Water Leaf #AEEAE0
Tints of Water Leaf #AEEAE0
RGB
CMYK
RGB Variations
Color information
#AEEAE0 (or 0xAEEAE0) is known color: Water Leaf. HEX triplet: AE, EA and E0. RGB value is (174,234,224). Sum of RGB (Red+Green+Blue) = 174+234+224=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAE0 is #51151F. Grayscale: #D6D6D6. Windows color (decimal): -5313824 or 14740142. OLE color: 14740142.
HSL color Cylindrical-coordinate representation of color #AEEAE0: hue angle of 170º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAE0 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 224 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.08 |
| HSL | 170º | 0.59% | 0.8% | - |
| HSV(B) | 170º | 0.26% | 0.92% | - |
| XYZ | 60.33 | 73.23 | 81.48 | - |
| YUV | 214.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 224 | 0.26 | 0 | 0.04 | 0.08 | 170 | 0.59 | 0.8 |
| Hex | AE | EA | E0 | 1A | 0 | 4 | 8 | AA | 3B | 50 |
| Octal | 256 | 352 | 340 | 32 | 0 | 4 | 10 | 252 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11100000 | 11010 | 0 | 100 | 1000 | 10101010 | 111011 | 1010000 |
Color Harmonies of #AEEAE0
Complementary color
Monochromatic Colors of #AEEAE0
Black with #AEEAE0
Text Example
Text Example
White with #AEEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAE0; }
p { color: rgb(174,234,224); }
H1.HeaderClassName
{
color: #AEEAE0;
}
.AnyTagClassName
{
color: #AEEAE0;
}
</style>
background-color css
<style>
a { background-color: #AEEAE0; }
a { background-color: rgb(174,234,224); }
div.DivClassName
{
background-color: #AEEAE0;
}
.BgClassName
{
background-color: #AEEAE0;
}
</style>
border-color css
<style>
span { border-color: #AEEAE0; }
span { border-color: rgb(174,234,224); }
td.TdClassName
{
border-color: #AEEAE0;
}
.TagClassName
{
border-color: #AEEAE0;
}
</style>