Shades of Water Leaf #A6F7E4
Tints of Water Leaf #A6F7E4
RGB
CMYK
RGB Variations
Color information
#A6F7E4 (or 0xA6F7E4) is known color: Water Leaf. HEX triplet: A6, F7 and E4. RGB value is (166,247,228). Sum of RGB (Red+Green+Blue) = 166+247+228=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F7E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F7E4 is #59081B. Grayscale: #DCDCDC. Windows color (decimal): -5834780 or 15005606. OLE color: 15005606.
HSL color Cylindrical-coordinate representation of color #A6F7E4: hue angle of 165.93º 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 #A6F7E4 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 228 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.03 |
| HSL | 165.93º | 0.84% | 0.81% | - |
| HSV(B) | 165.93º | 0.33% | 0.97% | - |
| XYZ | 62.99 | 80.23 | 85.56 | - |
| YUV | 220.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 228 | 0.33 | 0 | 0.08 | 0.03 | 165.93 | 0.84 | 0.81 |
| Hex | A6 | F7 | E4 | 21 | 0 | 8 | 3 | A6 | 54 | 51 |
| Octal | 246 | 367 | 344 | 41 | 0 | 10 | 3 | 246 | 124 | 121 |
| Binary | 10100110 | 11110111 | 11100100 | 100001 | 0 | 1000 | 11 | 10100110 | 1010100 | 1010001 |
Color Harmonies of #A6F7E4
Complementary color
Monochromatic Colors of #A6F7E4
Black with #A6F7E4
Text Example
Text Example
White with #A6F7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F7E4; }
p { color: rgb(166,247,228); }
H1.HeaderClassName
{
color: #A6F7E4;
}
.AnyTagClassName
{
color: #A6F7E4;
}
</style>
background-color css
<style>
a { background-color: #A6F7E4; }
a { background-color: rgb(166,247,228); }
div.DivClassName
{
background-color: #A6F7E4;
}
.BgClassName
{
background-color: #A6F7E4;
}
</style>
border-color css
<style>
span { border-color: #A6F7E4; }
span { border-color: rgb(166,247,228); }
td.TdClassName
{
border-color: #A6F7E4;
}
.TagClassName
{
border-color: #A6F7E4;
}
</style>