Shades of Water Leaf #AAFEEB
Tints of Water Leaf #AAFEEB
RGB
CMYK
RGB Variations
Color information
#AAFEEB (or 0xAAFEEB) is known color: Water Leaf. HEX triplet: AA, FE and EB. RGB value is (170,254,235). Sum of RGB (Red+Green+Blue) = 170+254+235=659 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.80% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEEB is #550114. Grayscale: #E2E2E2. Windows color (decimal): -5570837 or 15466154. OLE color: 15466154.
HSL color Cylindrical-coordinate representation of color #AAFEEB: hue angle of 166.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEEB is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 235 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.00 |
| HSL | 166.43º | 0.98% | 0.83% | - |
| HSV(B) | 166.43º | 0.33% | 1% | - |
| XYZ | 67.01 | 85.43 | 91.55 | - |
| YUV | 226.72 | 132.67 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 235 | 0.33 | 0 | 0.07 | 0.00 | 166.43 | 0.98 | 0.83 |
| Hex | AA | FE | EB | 21 | 0 | 7 | 0 | A6 | 62 | 53 |
| Octal | 252 | 376 | 353 | 41 | 0 | 7 | 0 | 246 | 142 | 123 |
| Binary | 10101010 | 11111110 | 11101011 | 100001 | 0 | 111 | 0 | 10100110 | 1100010 | 1010011 |
Color Harmonies of #AAFEEB
Complementary color
Monochromatic Colors of #AAFEEB
Black with #AAFEEB
Text Example
Text Example
White with #AAFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFEEB; }
p { color: rgb(170,254,235); }
H1.HeaderClassName
{
color: #AAFEEB;
}
.AnyTagClassName
{
color: #AAFEEB;
}
</style>
background-color css
<style>
a { background-color: #AAFEEB; }
a { background-color: rgb(170,254,235); }
div.DivClassName
{
background-color: #AAFEEB;
}
.BgClassName
{
background-color: #AAFEEB;
}
</style>
border-color css
<style>
span { border-color: #AAFEEB; }
span { border-color: rgb(170,254,235); }
td.TdClassName
{
border-color: #AAFEEB;
}
.TagClassName
{
border-color: #AAFEEB;
}
</style>