Shades of Water Leaf #AEEEDA
Tints of Water Leaf #AEEEDA
RGB
CMYK
RGB Variations
Color information
#AEEEDA (or 0xAEEEDA) is known color: Water Leaf. HEX triplet: AE, EE and DA. RGB value is (174,238,218). Sum of RGB (Red+Green+Blue) = 174+238+218=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEDA is #511125. Grayscale: #D8D8D8. Windows color (decimal): -5312806 or 14347950. OLE color: 14347950.
HSL color Cylindrical-coordinate representation of color #AEEEDA: hue angle of 161.25º 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 #AEEEDA is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 218 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.07 |
| HSL | 161.25º | 0.65% | 0.81% | - |
| HSV(B) | 161.25º | 0.27% | 0.93% | - |
| XYZ | 60.68 | 75.21 | 77.65 | - |
| YUV | 216.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 218 | 0.27 | 0 | 0.08 | 0.07 | 161.25 | 0.65 | 0.81 |
| Hex | AE | EE | DA | 1B | 0 | 8 | 7 | A1 | 41 | 51 |
| Octal | 256 | 356 | 332 | 33 | 0 | 10 | 7 | 241 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11011010 | 11011 | 0 | 1000 | 111 | 10100001 | 1000001 | 1010001 |
Color Harmonies of #AEEEDA
Complementary color
Monochromatic Colors of #AEEEDA
Black with #AEEEDA
Text Example
Text Example
White with #AEEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEDA; }
p { color: rgb(174,238,218); }
H1.HeaderClassName
{
color: #AEEEDA;
}
.AnyTagClassName
{
color: #AEEEDA;
}
</style>
background-color css
<style>
a { background-color: #AEEEDA; }
a { background-color: rgb(174,238,218); }
div.DivClassName
{
background-color: #AEEEDA;
}
.BgClassName
{
background-color: #AEEEDA;
}
</style>
border-color css
<style>
span { border-color: #AEEEDA; }
span { border-color: rgb(174,238,218); }
td.TdClassName
{
border-color: #AEEEDA;
}
.TagClassName
{
border-color: #AEEEDA;
}
</style>