Shades of Water Leaf #AEEDE1
Tints of Water Leaf #AEEDE1
RGB
CMYK
RGB Variations
Color information
#AEEDE1 (or 0xAEEDE1) is known color: Water Leaf. HEX triplet: AE, ED and E1. RGB value is (174,237,225). Sum of RGB (Red+Green+Blue) = 174+237+225=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDE1 is #51121E. Grayscale: #D8D8D8. Windows color (decimal): -5313055 or 14806446. OLE color: 14806446.
HSL color Cylindrical-coordinate representation of color #AEEDE1: hue angle of 168.57º 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 #AEEDE1 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 225 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.07 |
| HSL | 168.57º | 0.64% | 0.81% | - |
| HSV(B) | 168.57º | 0.27% | 0.93% | - |
| XYZ | 61.33 | 75 | 82.48 | - |
| YUV | 216.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 225 | 0.27 | 0 | 0.05 | 0.07 | 168.57 | 0.64 | 0.81 |
| Hex | AE | ED | E1 | 1B | 0 | 5 | 7 | A9 | 40 | 51 |
| Octal | 256 | 355 | 341 | 33 | 0 | 5 | 7 | 251 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11100001 | 11011 | 0 | 101 | 111 | 10101001 | 1000000 | 1010001 |
Color Harmonies of #AEEDE1
Complementary color
Monochromatic Colors of #AEEDE1
Black with #AEEDE1
Text Example
Text Example
White with #AEEDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDE1; }
p { color: rgb(174,237,225); }
H1.HeaderClassName
{
color: #AEEDE1;
}
.AnyTagClassName
{
color: #AEEDE1;
}
</style>
background-color css
<style>
a { background-color: #AEEDE1; }
a { background-color: rgb(174,237,225); }
div.DivClassName
{
background-color: #AEEDE1;
}
.BgClassName
{
background-color: #AEEDE1;
}
</style>
border-color css
<style>
span { border-color: #AEEDE1; }
span { border-color: rgb(174,237,225); }
td.TdClassName
{
border-color: #AEEDE1;
}
.TagClassName
{
border-color: #AEEDE1;
}
</style>