Shades of Water Leaf #A6F7E6
Tints of Water Leaf #A6F7E6
RGB
CMYK
RGB Variations
Color information
#A6F7E6 (or 0xA6F7E6) is known color: Water Leaf. HEX triplet: A6, F7 and E6. RGB value is (166,247,230). Sum of RGB (Red+Green+Blue) = 166+247+230=643 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.82% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F7E6 is #590819. Grayscale: #DCDCDC. Windows color (decimal): -5834778 or 15136678. OLE color: 15136678.
HSL color Cylindrical-coordinate representation of color #A6F7E6: hue angle of 167.41º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F7E6 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 230 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.03 |
| HSL | 167.41º | 0.84% | 0.81% | - |
| HSV(B) | 167.41º | 0.33% | 0.97% | - |
| XYZ | 63.27 | 80.34 | 87.04 | - |
| YUV | 220.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 230 | 0.33 | 0 | 0.07 | 0.03 | 167.41 | 0.84 | 0.81 |
| Hex | A6 | F7 | E6 | 21 | 0 | 7 | 3 | A7 | 54 | 51 |
| Octal | 246 | 367 | 346 | 41 | 0 | 7 | 3 | 247 | 124 | 121 |
| Binary | 10100110 | 11110111 | 11100110 | 100001 | 0 | 111 | 11 | 10100111 | 1010100 | 1010001 |
Color Harmonies of #A6F7E6
Complementary color
Monochromatic Colors of #A6F7E6
Black with #A6F7E6
Text Example
Text Example
White with #A6F7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F7E6; }
p { color: rgb(166,247,230); }
H1.HeaderClassName
{
color: #A6F7E6;
}
.AnyTagClassName
{
color: #A6F7E6;
}
</style>
background-color css
<style>
a { background-color: #A6F7E6; }
a { background-color: rgb(166,247,230); }
div.DivClassName
{
background-color: #A6F7E6;
}
.BgClassName
{
background-color: #A6F7E6;
}
</style>
border-color css
<style>
span { border-color: #A6F7E6; }
span { border-color: rgb(166,247,230); }
td.TdClassName
{
border-color: #A6F7E6;
}
.TagClassName
{
border-color: #A6F7E6;
}
</style>