Shades of Water Leaf #AEEADE
Tints of Water Leaf #AEEADE
RGB
CMYK
RGB Variations
Color information
#AEEADE (or 0xAEEADE) is known color: Water Leaf. HEX triplet: AE, EA and DE. RGB value is (174,234,222). Sum of RGB (Red+Green+Blue) = 174+234+222=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEADE is #511521. Grayscale: #D6D6D6. Windows color (decimal): -5313826 or 14609070. OLE color: 14609070.
HSL color Cylindrical-coordinate representation of color #AEEADE: hue angle of 168º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEADE is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 222 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.08 |
| HSL | 168º | 0.59% | 0.8% | - |
| HSV(B) | 168º | 0.26% | 0.92% | - |
| XYZ | 60.06 | 73.12 | 80.05 | - |
| YUV | 214.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 222 | 0.26 | 0 | 0.05 | 0.08 | 168 | 0.59 | 0.8 |
| Hex | AE | EA | DE | 1A | 0 | 5 | 8 | A8 | 3B | 50 |
| Octal | 256 | 352 | 336 | 32 | 0 | 5 | 10 | 250 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11011110 | 11010 | 0 | 101 | 1000 | 10101000 | 111011 | 1010000 |
Color Harmonies of #AEEADE
Complementary color
Monochromatic Colors of #AEEADE
Black with #AEEADE
Text Example
Text Example
White with #AEEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEADE; }
p { color: rgb(174,234,222); }
H1.HeaderClassName
{
color: #AEEADE;
}
.AnyTagClassName
{
color: #AEEADE;
}
</style>
background-color css
<style>
a { background-color: #AEEADE; }
a { background-color: rgb(174,234,222); }
div.DivClassName
{
background-color: #AEEADE;
}
.BgClassName
{
background-color: #AEEADE;
}
</style>
border-color css
<style>
span { border-color: #AEEADE; }
span { border-color: rgb(174,234,222); }
td.TdClassName
{
border-color: #AEEADE;
}
.TagClassName
{
border-color: #AEEADE;
}
</style>