Shades of Water Leaf #A6FFE6
Tints of Water Leaf #A6FFE6
RGB
CMYK
RGB Variations
Color information
#A6FFE6 (or 0xA6FFE6) is known color: Water Leaf. HEX triplet: A6, FF and E6. RGB value is (166,255,230). Sum of RGB (Red+Green+Blue) = 166+255+230=651 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.50% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFE6 is #590019. Grayscale: #E1E1E1. Windows color (decimal): -5832730 or 15138726. OLE color: 15138726.
HSL color Cylindrical-coordinate representation of color #A6FFE6: hue angle of 163.15º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFE6 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 230 | - |
| CMYK | 0.35 | 0 | 0.10 | 0 |
| HSL | 163.15º | 1% | 0.83% | - |
| HSV(B) | 163.15º | 0.35% | 1% | - |
| XYZ | 65.77 | 85.34 | 87.87 | - |
| YUV | 225.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 230 | 0.35 | 0 | 0.10 | 0 | 163.15 | 1 | 0.83 |
| Hex | A6 | FF | E6 | 23 | 0 | A | 0 | A3 | 64 | 53 |
| Octal | 246 | 377 | 346 | 43 | 0 | 12 | 0 | 243 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11100110 | 100011 | 0 | 1010 | 0 | 10100011 | 1100100 | 1010011 |
Color Harmonies of #A6FFE6
Complementary color
Monochromatic Colors of #A6FFE6
Black with #A6FFE6
Text Example
Text Example
White with #A6FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFE6; }
p { color: rgb(166,255,230); }
H1.HeaderClassName
{
color: #A6FFE6;
}
.AnyTagClassName
{
color: #A6FFE6;
}
</style>
background-color css
<style>
a { background-color: #A6FFE6; }
a { background-color: rgb(166,255,230); }
div.DivClassName
{
background-color: #A6FFE6;
}
.BgClassName
{
background-color: #A6FFE6;
}
</style>
border-color css
<style>
span { border-color: #A6FFE6; }
span { border-color: rgb(166,255,230); }
td.TdClassName
{
border-color: #A6FFE6;
}
.TagClassName
{
border-color: #A6FFE6;
}
</style>