Shades of Water Leaf #AEF8E9
Tints of Water Leaf #AEF8E9
RGB
CMYK
RGB Variations
Color information
#AEF8E9 (or 0xAEF8E9) is known color: Water Leaf. HEX triplet: AE, F8 and E9. RGB value is (174,248,233). Sum of RGB (Red+Green+Blue) = 174+248+233=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8E9 is #510716. Grayscale: #E0E0E0. Windows color (decimal): -5310231 or 15333550. OLE color: 15333550.
HSL color Cylindrical-coordinate representation of color #AEF8E9: hue angle of 167.84º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF8E9 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 248 | 233 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.03 |
| HSL | 167.84º | 0.84% | 0.83% | - |
| HSV(B) | 167.84º | 0.3% | 0.97% | - |
| XYZ | 65.73 | 82.02 | 89.46 | - |
| YUV | 224.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 233 | 0.30 | 0 | 0.06 | 0.03 | 167.84 | 0.84 | 0.83 |
| Hex | AE | F8 | E9 | 1E | 0 | 6 | 3 | A8 | 54 | 53 |
| Octal | 256 | 370 | 351 | 36 | 0 | 6 | 3 | 250 | 124 | 123 |
| Binary | 10101110 | 11111000 | 11101001 | 11110 | 0 | 110 | 11 | 10101000 | 1010100 | 1010011 |
Color Harmonies of #AEF8E9
Complementary color
Monochromatic Colors of #AEF8E9
Black with #AEF8E9
Text Example
Text Example
White with #AEF8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF8E9; }
p { color: rgb(174,248,233); }
H1.HeaderClassName
{
color: #AEF8E9;
}
.AnyTagClassName
{
color: #AEF8E9;
}
</style>
background-color css
<style>
a { background-color: #AEF8E9; }
a { background-color: rgb(174,248,233); }
div.DivClassName
{
background-color: #AEF8E9;
}
.BgClassName
{
background-color: #AEF8E9;
}
</style>
border-color css
<style>
span { border-color: #AEF8E9; }
span { border-color: rgb(174,248,233); }
td.TdClassName
{
border-color: #AEF8E9;
}
.TagClassName
{
border-color: #AEF8E9;
}
</style>