Shades of Water Leaf #A6F9E2
Tints of Water Leaf #A6F9E2
RGB
CMYK
RGB Variations
Color information
#A6F9E2 (or 0xA6F9E2) is known color: Water Leaf. HEX triplet: A6, F9 and E2. RGB value is (166,249,226). Sum of RGB (Red+Green+Blue) = 166+249+226=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F9E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F9E2 is #59061D. Grayscale: #DDDDDD. Windows color (decimal): -5834270 or 14875046. OLE color: 14875046.
HSL color Cylindrical-coordinate representation of color #A6F9E2: hue angle of 163.37º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F9E2 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 249 | 226 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.02 |
| HSL | 163.37º | 0.87% | 0.81% | - |
| HSV(B) | 163.37º | 0.33% | 0.98% | - |
| XYZ | 63.33 | 81.35 | 84.32 | - |
| YUV | 221.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 249 | 226 | 0.33 | 0 | 0.09 | 0.02 | 163.37 | 0.87 | 0.81 |
| Hex | A6 | F9 | E2 | 21 | 0 | 9 | 2 | A3 | 57 | 51 |
| Octal | 246 | 371 | 342 | 41 | 0 | 11 | 2 | 243 | 127 | 121 |
| Binary | 10100110 | 11111001 | 11100010 | 100001 | 0 | 1001 | 10 | 10100011 | 1010111 | 1010001 |
Color Harmonies of #A6F9E2
Complementary color
Monochromatic Colors of #A6F9E2
Black with #A6F9E2
Text Example
Text Example
White with #A6F9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F9E2; }
p { color: rgb(166,249,226); }
H1.HeaderClassName
{
color: #A6F9E2;
}
.AnyTagClassName
{
color: #A6F9E2;
}
</style>
background-color css
<style>
a { background-color: #A6F9E2; }
a { background-color: rgb(166,249,226); }
div.DivClassName
{
background-color: #A6F9E2;
}
.BgClassName
{
background-color: #A6F9E2;
}
</style>
border-color css
<style>
span { border-color: #A6F9E2; }
span { border-color: rgb(166,249,226); }
td.TdClassName
{
border-color: #A6F9E2;
}
.TagClassName
{
border-color: #A6F9E2;
}
</style>