Shades of Water Leaf #AEFFE2
Tints of Water Leaf #AEFFE2
RGB
CMYK
RGB Variations
Color information
#AEFFE2 (or 0xAEFFE2) is known color: Water Leaf. HEX triplet: AE, FF and E2. RGB value is (174,255,226). Sum of RGB (Red+Green+Blue) = 174+255+226=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFE2 is #51001D. Grayscale: #E3E3E3. Windows color (decimal): -5308446 or 14876590. OLE color: 14876590.
HSL color Cylindrical-coordinate representation of color #AEFFE2: hue angle of 158.52º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFE2 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 226 | - |
| CMYK | 0.32 | 0 | 0.11 | 0 |
| HSL | 158.52º | 1% | 0.84% | - |
| HSV(B) | 158.52º | 0.32% | 1% | - |
| XYZ | 66.94 | 86.01 | 85.02 | - |
| YUV | 227.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 226 | 0.32 | 0 | 0.11 | 0 | 158.52 | 1 | 0.84 |
| Hex | AE | FF | E2 | 20 | 0 | B | 0 | 9F | 64 | 54 |
| Octal | 256 | 377 | 342 | 40 | 0 | 13 | 0 | 237 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11100010 | 100000 | 0 | 1011 | 0 | 10011111 | 1100100 | 1010100 |
Color Harmonies of #AEFFE2
Complementary color
Monochromatic Colors of #AEFFE2
Black with #AEFFE2
Text Example
Text Example
White with #AEFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFE2; }
p { color: rgb(174,255,226); }
H1.HeaderClassName
{
color: #AEFFE2;
}
.AnyTagClassName
{
color: #AEFFE2;
}
</style>
background-color css
<style>
a { background-color: #AEFFE2; }
a { background-color: rgb(174,255,226); }
div.DivClassName
{
background-color: #AEFFE2;
}
.BgClassName
{
background-color: #AEFFE2;
}
</style>
border-color css
<style>
span { border-color: #AEFFE2; }
span { border-color: rgb(174,255,226); }
td.TdClassName
{
border-color: #AEFFE2;
}
.TagClassName
{
border-color: #AEFFE2;
}
</style>