Shades of Water Leaf #A6F5E2
Tints of Water Leaf #A6F5E2
RGB
CMYK
RGB Variations
Color information
#A6F5E2 (or 0xA6F5E2) is known color: Water Leaf. HEX triplet: A6, F5 and E2. RGB value is (166,245,226). Sum of RGB (Red+Green+Blue) = 166+245+226=637 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.06% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #A6F5E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F5E2 is #590A1D. Grayscale: #DBDBDB. Windows color (decimal): -5835294 or 14874022. OLE color: 14874022.
HSL color Cylindrical-coordinate representation of color #A6F5E2: hue angle of 165.57º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6F5E2 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 245 | 226 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.04 |
| HSL | 165.57º | 0.8% | 0.81% | - |
| HSV(B) | 165.57º | 0.32% | 0.96% | - |
| XYZ | 62.11 | 78.9 | 83.91 | - |
| YUV | 219.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 245 | 226 | 0.32 | 0 | 0.08 | 0.04 | 165.57 | 0.8 | 0.81 |
| Hex | A6 | F5 | E2 | 20 | 0 | 8 | 4 | A6 | 50 | 51 |
| Octal | 246 | 365 | 342 | 40 | 0 | 10 | 4 | 246 | 120 | 121 |
| Binary | 10100110 | 11110101 | 11100010 | 100000 | 0 | 1000 | 100 | 10100110 | 1010000 | 1010001 |
Color Harmonies of #A6F5E2
Complementary color
Monochromatic Colors of #A6F5E2
Black with #A6F5E2
Text Example
Text Example
White with #A6F5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F5E2; }
p { color: rgb(166,245,226); }
H1.HeaderClassName
{
color: #A6F5E2;
}
.AnyTagClassName
{
color: #A6F5E2;
}
</style>
background-color css
<style>
a { background-color: #A6F5E2; }
a { background-color: rgb(166,245,226); }
div.DivClassName
{
background-color: #A6F5E2;
}
.BgClassName
{
background-color: #A6F5E2;
}
</style>
border-color css
<style>
span { border-color: #A6F5E2; }
span { border-color: rgb(166,245,226); }
td.TdClassName
{
border-color: #A6F5E2;
}
.TagClassName
{
border-color: #A6F5E2;
}
</style>