Shades of Water Leaf #AEF8E1
Tints of Water Leaf #AEF8E1
RGB
CMYK
RGB Variations
Color information
#AEF8E1 (or 0xAEF8E1) is known color: Water Leaf. HEX triplet: AE, F8 and E1. RGB value is (174,248,225). Sum of RGB (Red+Green+Blue) = 174+248+225=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8E1 is #51071E. Grayscale: #DFDFDF. Windows color (decimal): -5310239 or 14809262. OLE color: 14809262.
HSL color Cylindrical-coordinate representation of color #AEF8E1: hue angle of 161.35º 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 #AEF8E1 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 248 | 225 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.03 |
| HSL | 161.35º | 0.84% | 0.83% | - |
| HSV(B) | 161.35º | 0.3% | 0.97% | - |
| XYZ | 64.61 | 81.57 | 83.57 | - |
| YUV | 223.25 | 128.98 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 225 | 0.30 | 0 | 0.09 | 0.03 | 161.35 | 0.84 | 0.83 |
| Hex | AE | F8 | E1 | 1E | 0 | 9 | 3 | A1 | 54 | 53 |
| Octal | 256 | 370 | 341 | 36 | 0 | 11 | 3 | 241 | 124 | 123 |
| Binary | 10101110 | 11111000 | 11100001 | 11110 | 0 | 1001 | 11 | 10100001 | 1010100 | 1010011 |
Color Harmonies of #AEF8E1
Complementary color
Monochromatic Colors of #AEF8E1
Black with #AEF8E1
Text Example
Text Example
White with #AEF8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF8E1; }
p { color: rgb(174,248,225); }
H1.HeaderClassName
{
color: #AEF8E1;
}
.AnyTagClassName
{
color: #AEF8E1;
}
</style>
background-color css
<style>
a { background-color: #AEF8E1; }
a { background-color: rgb(174,248,225); }
div.DivClassName
{
background-color: #AEF8E1;
}
.BgClassName
{
background-color: #AEF8E1;
}
</style>
border-color css
<style>
span { border-color: #AEF8E1; }
span { border-color: rgb(174,248,225); }
td.TdClassName
{
border-color: #AEF8E1;
}
.TagClassName
{
border-color: #AEF8E1;
}
</style>