Shades of Water Leaf #AEF7E1
Tints of Water Leaf #AEF7E1
RGB
CMYK
RGB Variations
Color information
#AEF7E1 (or 0xAEF7E1) is known color: Water Leaf. HEX triplet: AE, F7 and E1. RGB value is (174,247,225). Sum of RGB (Red+Green+Blue) = 174+247+225=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7E1 is #51081E. Grayscale: #DEDEDE. Windows color (decimal): -5310495 or 14809006. OLE color: 14809006.
HSL color Cylindrical-coordinate representation of color #AEF7E1: hue angle of 161.92º degrees, saturation: 0.82, 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 #AEF7E1 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 247 | 225 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.03 |
| HSL | 161.92º | 0.82% | 0.83% | - |
| HSV(B) | 161.92º | 0.3% | 0.97% | - |
| XYZ | 64.31 | 80.96 | 83.47 | - |
| YUV | 222.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 247 | 225 | 0.30 | 0 | 0.09 | 0.03 | 161.92 | 0.82 | 0.83 |
| Hex | AE | F7 | E1 | 1E | 0 | 9 | 3 | A2 | 52 | 53 |
| Octal | 256 | 367 | 341 | 36 | 0 | 11 | 3 | 242 | 122 | 123 |
| Binary | 10101110 | 11110111 | 11100001 | 11110 | 0 | 1001 | 11 | 10100010 | 1010010 | 1010011 |
Color Harmonies of #AEF7E1
Complementary color
Monochromatic Colors of #AEF7E1
Black with #AEF7E1
Text Example
Text Example
White with #AEF7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF7E1; }
p { color: rgb(174,247,225); }
H1.HeaderClassName
{
color: #AEF7E1;
}
.AnyTagClassName
{
color: #AEF7E1;
}
</style>
background-color css
<style>
a { background-color: #AEF7E1; }
a { background-color: rgb(174,247,225); }
div.DivClassName
{
background-color: #AEF7E1;
}
.BgClassName
{
background-color: #AEF7E1;
}
</style>
border-color css
<style>
span { border-color: #AEF7E1; }
span { border-color: rgb(174,247,225); }
td.TdClassName
{
border-color: #AEF7E1;
}
.TagClassName
{
border-color: #AEF7E1;
}
</style>