Shades of Water Leaf #AEFFE6
Tints of Water Leaf #AEFFE6
RGB
CMYK
RGB Variations
Color information
#AEFFE6 (or 0xAEFFE6) is known color: Water Leaf. HEX triplet: AE, FF and E6. RGB value is (174,255,230). Sum of RGB (Red+Green+Blue) = 174+255+230=659 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.40% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFE6 is #510019. Grayscale: #E3E3E3. Windows color (decimal): -5308442 or 15138734. OLE color: 15138734.
HSL color Cylindrical-coordinate representation of color #AEFFE6: hue angle of 161.48º 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 #AEFFE6 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 230 | - |
| CMYK | 0.32 | 0 | 0.10 | 0 |
| HSL | 161.48º | 1% | 0.84% | - |
| HSV(B) | 161.48º | 0.32% | 1% | - |
| XYZ | 67.5 | 86.23 | 87.95 | - |
| YUV | 227.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 230 | 0.32 | 0 | 0.10 | 0 | 161.48 | 1 | 0.84 |
| Hex | AE | FF | E6 | 20 | 0 | A | 0 | A1 | 64 | 54 |
| Octal | 256 | 377 | 346 | 40 | 0 | 12 | 0 | 241 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11100110 | 100000 | 0 | 1010 | 0 | 10100001 | 1100100 | 1010100 |
Color Harmonies of #AEFFE6
Complementary color
Monochromatic Colors of #AEFFE6
Black with #AEFFE6
Text Example
Text Example
White with #AEFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFE6; }
p { color: rgb(174,255,230); }
H1.HeaderClassName
{
color: #AEFFE6;
}
.AnyTagClassName
{
color: #AEFFE6;
}
</style>
background-color css
<style>
a { background-color: #AEFFE6; }
a { background-color: rgb(174,255,230); }
div.DivClassName
{
background-color: #AEFFE6;
}
.BgClassName
{
background-color: #AEFFE6;
}
</style>
border-color css
<style>
span { border-color: #AEFFE6; }
span { border-color: rgb(174,255,230); }
td.TdClassName
{
border-color: #AEFFE6;
}
.TagClassName
{
border-color: #AEFFE6;
}
</style>