Shades of Water Leaf #AEFFEB
Tints of Water Leaf #AEFFEB
RGB
CMYK
RGB Variations
Color information
#AEFFEB (or 0xAEFFEB) is known color: Water Leaf. HEX triplet: AE, FF and EB. RGB value is (174,255,235). Sum of RGB (Red+Green+Blue) = 174+255+235=664 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.20% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFEB is #510014. Grayscale: #E4E4E4. Windows color (decimal): -5308437 or 15466414. OLE color: 15466414.
HSL color Cylindrical-coordinate representation of color #AEFFEB: hue angle of 165.19º 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 #AEFFEB is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 235 | - |
| CMYK | 0.32 | 0 | 0.08 | 0 |
| HSL | 165.19º | 1% | 0.84% | - |
| HSV(B) | 165.19º | 0.32% | 1% | - |
| XYZ | 68.21 | 86.52 | 91.7 | - |
| YUV | 228.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 235 | 0.32 | 0 | 0.08 | 0 | 165.19 | 1 | 0.84 |
| Hex | AE | FF | EB | 20 | 0 | 8 | 0 | A5 | 64 | 54 |
| Octal | 256 | 377 | 353 | 40 | 0 | 10 | 0 | 245 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11101011 | 100000 | 0 | 1000 | 0 | 10100101 | 1100100 | 1010100 |
Color Harmonies of #AEFFEB
Complementary color
Monochromatic Colors of #AEFFEB
Black with #AEFFEB
Text Example
Text Example
White with #AEFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFEB; }
p { color: rgb(174,255,235); }
H1.HeaderClassName
{
color: #AEFFEB;
}
.AnyTagClassName
{
color: #AEFFEB;
}
</style>
background-color css
<style>
a { background-color: #AEFFEB; }
a { background-color: rgb(174,255,235); }
div.DivClassName
{
background-color: #AEFFEB;
}
.BgClassName
{
background-color: #AEFFEB;
}
</style>
border-color css
<style>
span { border-color: #AEFFEB; }
span { border-color: rgb(174,255,235); }
td.TdClassName
{
border-color: #AEFFEB;
}
.TagClassName
{
border-color: #AEFFEB;
}
</style>