Shades of Water Leaf #AEFAE4
Tints of Water Leaf #AEFAE4
RGB
CMYK
RGB Variations
Color information
#AEFAE4 (or 0xAEFAE4) is known color: Water Leaf. HEX triplet: AE, FA and E4. RGB value is (174,250,228). Sum of RGB (Red+Green+Blue) = 174+250+228=652 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.69% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAE4 is #51051B. Grayscale: #E0E0E0. Windows color (decimal): -5309724 or 15006382. OLE color: 15006382.
HSL color Cylindrical-coordinate representation of color #AEFAE4: hue angle of 162.63º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFAE4 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 250 | 228 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.02 |
| HSL | 162.63º | 0.88% | 0.83% | - |
| HSV(B) | 162.63º | 0.3% | 0.98% | - |
| XYZ | 65.64 | 82.97 | 85.95 | - |
| YUV | 224.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 250 | 228 | 0.30 | 0 | 0.09 | 0.02 | 162.63 | 0.88 | 0.83 |
| Hex | AE | FA | E4 | 1E | 0 | 9 | 2 | A3 | 58 | 53 |
| Octal | 256 | 372 | 344 | 36 | 0 | 11 | 2 | 243 | 130 | 123 |
| Binary | 10101110 | 11111010 | 11100100 | 11110 | 0 | 1001 | 10 | 10100011 | 1011000 | 1010011 |
Color Harmonies of #AEFAE4
Complementary color
Monochromatic Colors of #AEFAE4
Black with #AEFAE4
Text Example
Text Example
White with #AEFAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFAE4; }
p { color: rgb(174,250,228); }
H1.HeaderClassName
{
color: #AEFAE4;
}
.AnyTagClassName
{
color: #AEFAE4;
}
</style>
background-color css
<style>
a { background-color: #AEFAE4; }
a { background-color: rgb(174,250,228); }
div.DivClassName
{
background-color: #AEFAE4;
}
.BgClassName
{
background-color: #AEFAE4;
}
</style>
border-color css
<style>
span { border-color: #AEFAE4; }
span { border-color: rgb(174,250,228); }
td.TdClassName
{
border-color: #AEFAE4;
}
.TagClassName
{
border-color: #AEFAE4;
}
</style>