Shades of Water Leaf #AEFFEC
Tints of Water Leaf #AEFFEC
RGB
CMYK
RGB Variations
Color information
#AEFFEC (or 0xAEFFEC) is known color: Water Leaf. HEX triplet: AE, FF and EC. RGB value is (174,255,236). Sum of RGB (Red+Green+Blue) = 174+255+236=665 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.17% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFEC is #510013. Grayscale: #E4E4E4. Windows color (decimal): -5308436 or 15531950. OLE color: 15531950.
HSL color Cylindrical-coordinate representation of color #AEFFEC: hue angle of 165.93º 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 #AEFFEC is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 236 | - |
| CMYK | 0.32 | 0 | 0.07 | 0 |
| HSL | 165.93º | 1% | 0.84% | - |
| HSV(B) | 165.93º | 0.32% | 1% | - |
| XYZ | 68.36 | 86.57 | 92.46 | - |
| YUV | 228.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 236 | 0.32 | 0 | 0.07 | 0 | 165.93 | 1 | 0.84 |
| Hex | AE | FF | EC | 20 | 0 | 7 | 0 | A6 | 64 | 54 |
| Octal | 256 | 377 | 354 | 40 | 0 | 7 | 0 | 246 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11101100 | 100000 | 0 | 111 | 0 | 10100110 | 1100100 | 1010100 |
Color Harmonies of #AEFFEC
Complementary color
Monochromatic Colors of #AEFFEC
Black with #AEFFEC
Text Example
Text Example
White with #AEFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFEC; }
p { color: rgb(174,255,236); }
H1.HeaderClassName
{
color: #AEFFEC;
}
.AnyTagClassName
{
color: #AEFFEC;
}
</style>
background-color css
<style>
a { background-color: #AEFFEC; }
a { background-color: rgb(174,255,236); }
div.DivClassName
{
background-color: #AEFFEC;
}
.BgClassName
{
background-color: #AEFFEC;
}
</style>
border-color css
<style>
span { border-color: #AEFFEC; }
span { border-color: rgb(174,255,236); }
td.TdClassName
{
border-color: #AEFFEC;
}
.TagClassName
{
border-color: #AEFFEC;
}
</style>