Shades of Water Leaf #AEEEDF
Tints of Water Leaf #AEEEDF
RGB
CMYK
RGB Variations
Color information
#AEEEDF (or 0xAEEEDF) is known color: Water Leaf. HEX triplet: AE, EE and DF. RGB value is (174,238,223). Sum of RGB (Red+Green+Blue) = 174+238+223=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEDF is #511120. Grayscale: #D9D9D9. Windows color (decimal): -5312801 or 14675630. OLE color: 14675630.
HSL color Cylindrical-coordinate representation of color #AEEEDF: hue angle of 165.94º 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 #AEEEDF is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 223 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.07 |
| HSL | 165.94º | 0.65% | 0.81% | - |
| HSV(B) | 165.94º | 0.27% | 0.93% | - |
| XYZ | 61.35 | 75.48 | 81.15 | - |
| YUV | 217.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 223 | 0.27 | 0 | 0.06 | 0.07 | 165.94 | 0.65 | 0.81 |
| Hex | AE | EE | DF | 1B | 0 | 6 | 7 | A6 | 41 | 51 |
| Octal | 256 | 356 | 337 | 33 | 0 | 6 | 7 | 246 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11011111 | 11011 | 0 | 110 | 111 | 10100110 | 1000001 | 1010001 |
Color Harmonies of #AEEEDF
Complementary color
Monochromatic Colors of #AEEEDF
Black with #AEEEDF
Text Example
Text Example
White with #AEEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEDF; }
p { color: rgb(174,238,223); }
H1.HeaderClassName
{
color: #AEEEDF;
}
.AnyTagClassName
{
color: #AEEEDF;
}
</style>
background-color css
<style>
a { background-color: #AEEEDF; }
a { background-color: rgb(174,238,223); }
div.DivClassName
{
background-color: #AEEEDF;
}
.BgClassName
{
background-color: #AEEEDF;
}
</style>
border-color css
<style>
span { border-color: #AEEEDF; }
span { border-color: rgb(174,238,223); }
td.TdClassName
{
border-color: #AEEEDF;
}
.TagClassName
{
border-color: #AEEEDF;
}
</style>