Shades of Water Leaf #AEEDE0
Tints of Water Leaf #AEEDE0
RGB
CMYK
RGB Variations
Color information
#AEEDE0 (or 0xAEEDE0) is known color: Water Leaf. HEX triplet: AE, ED and E0. RGB value is (174,237,224). Sum of RGB (Red+Green+Blue) = 174+237+224=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDE0 is #51121F. Grayscale: #D8D8D8. Windows color (decimal): -5313056 or 14740910. OLE color: 14740910.
HSL color Cylindrical-coordinate representation of color #AEEDE0: hue angle of 167.62º 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 #AEEDE0 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 224 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.07 |
| HSL | 167.62º | 0.64% | 0.81% | - |
| HSV(B) | 167.62º | 0.27% | 0.93% | - |
| XYZ | 61.19 | 74.95 | 81.76 | - |
| YUV | 216.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 224 | 0.27 | 0 | 0.05 | 0.07 | 167.62 | 0.64 | 0.81 |
| Hex | AE | ED | E0 | 1B | 0 | 5 | 7 | A8 | 40 | 51 |
| Octal | 256 | 355 | 340 | 33 | 0 | 5 | 7 | 250 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11100000 | 11011 | 0 | 101 | 111 | 10101000 | 1000000 | 1010001 |
Color Harmonies of #AEEDE0
Complementary color
Monochromatic Colors of #AEEDE0
Black with #AEEDE0
Text Example
Text Example
White with #AEEDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDE0; }
p { color: rgb(174,237,224); }
H1.HeaderClassName
{
color: #AEEDE0;
}
.AnyTagClassName
{
color: #AEEDE0;
}
</style>
background-color css
<style>
a { background-color: #AEEDE0; }
a { background-color: rgb(174,237,224); }
div.DivClassName
{
background-color: #AEEDE0;
}
.BgClassName
{
background-color: #AEEDE0;
}
</style>
border-color css
<style>
span { border-color: #AEEDE0; }
span { border-color: rgb(174,237,224); }
td.TdClassName
{
border-color: #AEEDE0;
}
.TagClassName
{
border-color: #AEEDE0;
}
</style>