Shades of Water Leaf #AEEDDF
Tints of Water Leaf #AEEDDF
RGB
CMYK
RGB Variations
Color information
#AEEDDF (or 0xAEEDDF) is known color: Water Leaf. HEX triplet: AE, ED and DF. RGB value is (174,237,223). Sum of RGB (Red+Green+Blue) = 174+237+223=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDDF is #511220. Grayscale: #D8D8D8. Windows color (decimal): -5313057 or 14675374. OLE color: 14675374.
HSL color Cylindrical-coordinate representation of color #AEEDDF: hue angle of 166.67º 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 #AEEDDF is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 223 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.07 |
| HSL | 166.67º | 0.64% | 0.81% | - |
| HSV(B) | 166.67º | 0.27% | 0.93% | - |
| XYZ | 61.06 | 74.89 | 81.05 | - |
| YUV | 216.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 223 | 0.27 | 0 | 0.06 | 0.07 | 166.67 | 0.64 | 0.81 |
| Hex | AE | ED | DF | 1B | 0 | 6 | 7 | A7 | 40 | 51 |
| Octal | 256 | 355 | 337 | 33 | 0 | 6 | 7 | 247 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11011111 | 11011 | 0 | 110 | 111 | 10100111 | 1000000 | 1010001 |
Color Harmonies of #AEEDDF
Complementary color
Monochromatic Colors of #AEEDDF
Black with #AEEDDF
Text Example
Text Example
White with #AEEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDDF; }
p { color: rgb(174,237,223); }
H1.HeaderClassName
{
color: #AEEDDF;
}
.AnyTagClassName
{
color: #AEEDDF;
}
</style>
background-color css
<style>
a { background-color: #AEEDDF; }
a { background-color: rgb(174,237,223); }
div.DivClassName
{
background-color: #AEEDDF;
}
.BgClassName
{
background-color: #AEEDDF;
}
</style>
border-color css
<style>
span { border-color: #AEEDDF; }
span { border-color: rgb(174,237,223); }
td.TdClassName
{
border-color: #AEEDDF;
}
.TagClassName
{
border-color: #AEEDDF;
}
</style>