Shades of Water Leaf #AEF8E7
Tints of Water Leaf #AEF8E7
RGB
CMYK
RGB Variations
Color information
#AEF8E7 (or 0xAEF8E7) is known color: Water Leaf. HEX triplet: AE, F8 and E7. RGB value is (174,248,231). Sum of RGB (Red+Green+Blue) = 174+248+231=653 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.65% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8E7 is #510718. Grayscale: #DFDFDF. Windows color (decimal): -5310233 or 15202478. OLE color: 15202478.
HSL color Cylindrical-coordinate representation of color #AEF8E7: hue angle of 166.22º 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 #AEF8E7 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 248 | 231 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.03 |
| HSL | 166.22º | 0.84% | 0.83% | - |
| HSV(B) | 166.22º | 0.3% | 0.97% | - |
| XYZ | 65.45 | 81.9 | 87.96 | - |
| YUV | 223.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 231 | 0.30 | 0 | 0.07 | 0.03 | 166.22 | 0.84 | 0.83 |
| Hex | AE | F8 | E7 | 1E | 0 | 7 | 3 | A6 | 54 | 53 |
| Octal | 256 | 370 | 347 | 36 | 0 | 7 | 3 | 246 | 124 | 123 |
| Binary | 10101110 | 11111000 | 11100111 | 11110 | 0 | 111 | 11 | 10100110 | 1010100 | 1010011 |
Color Harmonies of #AEF8E7
Complementary color
Monochromatic Colors of #AEF8E7
Black with #AEF8E7
Text Example
Text Example
White with #AEF8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF8E7; }
p { color: rgb(174,248,231); }
H1.HeaderClassName
{
color: #AEF8E7;
}
.AnyTagClassName
{
color: #AEF8E7;
}
</style>
background-color css
<style>
a { background-color: #AEF8E7; }
a { background-color: rgb(174,248,231); }
div.DivClassName
{
background-color: #AEF8E7;
}
.BgClassName
{
background-color: #AEF8E7;
}
</style>
border-color css
<style>
span { border-color: #AEF8E7; }
span { border-color: rgb(174,248,231); }
td.TdClassName
{
border-color: #AEF8E7;
}
.TagClassName
{
border-color: #AEF8E7;
}
</style>