Shades of Water Leaf #A9FFEB
Tints of Water Leaf #A9FFEB
RGB
CMYK
RGB Variations
Color information
#A9FFEB (or 0xA9FFEB) is known color: Water Leaf. HEX triplet: A9, FF and EB. RGB value is (169,255,235). Sum of RGB (Red+Green+Blue) = 169+255+235=659 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.64% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFEB is #560014. Grayscale: #E2E2E2. Windows color (decimal): -5636117 or 15466409. OLE color: 15466409.
HSL color Cylindrical-coordinate representation of color #A9FFEB: hue angle of 166.05º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9FFEB is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 235 | - |
| CMYK | 0.34 | 0 | 0.08 | 0 |
| HSL | 166.05º | 1% | 0.83% | - |
| HSV(B) | 166.05º | 0.34% | 1% | - |
| XYZ | 67.12 | 85.95 | 91.65 | - |
| YUV | 227.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 235 | 0.34 | 0 | 0.08 | 0 | 166.05 | 1 | 0.83 |
| Hex | A9 | FF | EB | 22 | 0 | 8 | 0 | A6 | 64 | 53 |
| Octal | 251 | 377 | 353 | 42 | 0 | 10 | 0 | 246 | 144 | 123 |
| Binary | 10101001 | 11111111 | 11101011 | 100010 | 0 | 1000 | 0 | 10100110 | 1100100 | 1010011 |
Color Harmonies of #A9FFEB
Complementary color
Monochromatic Colors of #A9FFEB
Black with #A9FFEB
Text Example
Text Example
White with #A9FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FFEB; }
p { color: rgb(169,255,235); }
H1.HeaderClassName
{
color: #A9FFEB;
}
.AnyTagClassName
{
color: #A9FFEB;
}
</style>
background-color css
<style>
a { background-color: #A9FFEB; }
a { background-color: rgb(169,255,235); }
div.DivClassName
{
background-color: #A9FFEB;
}
.BgClassName
{
background-color: #A9FFEB;
}
</style>
border-color css
<style>
span { border-color: #A9FFEB; }
span { border-color: rgb(169,255,235); }
td.TdClassName
{
border-color: #A9FFEB;
}
.TagClassName
{
border-color: #A9FFEB;
}
</style>