Shades of Water Leaf #AEEDDD
Tints of Water Leaf #AEEDDD
RGB
CMYK
RGB Variations
Color information
#AEEDDD (or 0xAEEDDD) is known color: Water Leaf. HEX triplet: AE, ED and DD. RGB value is (174,237,221). Sum of RGB (Red+Green+Blue) = 174+237+221=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDDD is #511222. Grayscale: #D8D8D8. Windows color (decimal): -5313059 or 14544302. OLE color: 14544302.
HSL color Cylindrical-coordinate representation of color #AEEDDD: hue angle of 164.76º 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 #AEEDDD is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 221 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.07 |
| HSL | 164.76º | 0.64% | 0.81% | - |
| HSV(B) | 164.76º | 0.27% | 0.93% | - |
| XYZ | 60.79 | 74.79 | 79.64 | - |
| YUV | 216.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 221 | 0.27 | 0 | 0.07 | 0.07 | 164.76 | 0.64 | 0.81 |
| Hex | AE | ED | DD | 1B | 0 | 7 | 7 | A5 | 40 | 51 |
| Octal | 256 | 355 | 335 | 33 | 0 | 7 | 7 | 245 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11011101 | 11011 | 0 | 111 | 111 | 10100101 | 1000000 | 1010001 |
Color Harmonies of #AEEDDD
Complementary color
Monochromatic Colors of #AEEDDD
Black with #AEEDDD
Text Example
Text Example
White with #AEEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDDD; }
p { color: rgb(174,237,221); }
H1.HeaderClassName
{
color: #AEEDDD;
}
.AnyTagClassName
{
color: #AEEDDD;
}
</style>
background-color css
<style>
a { background-color: #AEEDDD; }
a { background-color: rgb(174,237,221); }
div.DivClassName
{
background-color: #AEEDDD;
}
.BgClassName
{
background-color: #AEEDDD;
}
</style>
border-color css
<style>
span { border-color: #AEEDDD; }
span { border-color: rgb(174,237,221); }
td.TdClassName
{
border-color: #AEEDDD;
}
.TagClassName
{
border-color: #AEEDDD;
}
</style>