Shades of Water Leaf #A6FEE8
Tints of Water Leaf #A6FEE8
RGB
CMYK
RGB Variations
Color information
#A6FEE8 (or 0xA6FEE8) is known color: Water Leaf. HEX triplet: A6, FE and E8. RGB value is (166,254,232). Sum of RGB (Red+Green+Blue) = 166+254+232=652 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.46% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FEE8 is #590117. Grayscale: #E1E1E1. Windows color (decimal): -5832984 or 15269542. OLE color: 15269542.
HSL color Cylindrical-coordinate representation of color #A6FEE8: hue angle of 165º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FEE8 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 232 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.00 |
| HSL | 165º | 0.98% | 0.82% | - |
| HSV(B) | 165º | 0.35% | 1% | - |
| XYZ | 65.73 | 84.82 | 89.25 | - |
| YUV | 225.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 232 | 0.35 | 0 | 0.09 | 0.00 | 165 | 0.98 | 0.82 |
| Hex | A6 | FE | E8 | 23 | 0 | 9 | 0 | A5 | 62 | 52 |
| Octal | 246 | 376 | 350 | 43 | 0 | 11 | 0 | 245 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11101000 | 100011 | 0 | 1001 | 0 | 10100101 | 1100010 | 1010010 |
Color Harmonies of #A6FEE8
Complementary color
Monochromatic Colors of #A6FEE8
Black with #A6FEE8
Text Example
Text Example
White with #A6FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FEE8; }
p { color: rgb(166,254,232); }
H1.HeaderClassName
{
color: #A6FEE8;
}
.AnyTagClassName
{
color: #A6FEE8;
}
</style>
background-color css
<style>
a { background-color: #A6FEE8; }
a { background-color: rgb(166,254,232); }
div.DivClassName
{
background-color: #A6FEE8;
}
.BgClassName
{
background-color: #A6FEE8;
}
</style>
border-color css
<style>
span { border-color: #A6FEE8; }
span { border-color: rgb(166,254,232); }
td.TdClassName
{
border-color: #A6FEE8;
}
.TagClassName
{
border-color: #A6FEE8;
}
</style>