Shades of Water Leaf #A6FAE2
Tints of Water Leaf #A6FAE2
RGB
CMYK
RGB Variations
Color information
#A6FAE2 (or 0xA6FAE2) is known color: Water Leaf. HEX triplet: A6, FA and E2. RGB value is (166,250,226). Sum of RGB (Red+Green+Blue) = 166+250+226=642 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.86% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAE2 is #59051D. Grayscale: #DEDEDE. Windows color (decimal): -5834014 or 14875302. OLE color: 14875302.
HSL color Cylindrical-coordinate representation of color #A6FAE2: hue angle of 162.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FAE2 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 226 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.02 |
| HSL | 162.86º | 0.89% | 0.82% | - |
| HSV(B) | 162.86º | 0.34% | 0.98% | - |
| XYZ | 63.64 | 81.97 | 84.42 | - |
| YUV | 222.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 226 | 0.34 | 0 | 0.10 | 0.02 | 162.86 | 0.89 | 0.82 |
| Hex | A6 | FA | E2 | 22 | 0 | A | 2 | A3 | 59 | 52 |
| Octal | 246 | 372 | 342 | 42 | 0 | 12 | 2 | 243 | 131 | 122 |
| Binary | 10100110 | 11111010 | 11100010 | 100010 | 0 | 1010 | 10 | 10100011 | 1011001 | 1010010 |
Color Harmonies of #A6FAE2
Complementary color
Monochromatic Colors of #A6FAE2
Black with #A6FAE2
Text Example
Text Example
White with #A6FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FAE2; }
p { color: rgb(166,250,226); }
H1.HeaderClassName
{
color: #A6FAE2;
}
.AnyTagClassName
{
color: #A6FAE2;
}
</style>
background-color css
<style>
a { background-color: #A6FAE2; }
a { background-color: rgb(166,250,226); }
div.DivClassName
{
background-color: #A6FAE2;
}
.BgClassName
{
background-color: #A6FAE2;
}
</style>
border-color css
<style>
span { border-color: #A6FAE2; }
span { border-color: rgb(166,250,226); }
td.TdClassName
{
border-color: #A6FAE2;
}
.TagClassName
{
border-color: #A6FAE2;
}
</style>