Shades of Water Leaf #A6FFE5
Tints of Water Leaf #A6FFE5
RGB
CMYK
RGB Variations
Color information
#A6FFE5 (or 0xA6FFE5) is known color: Water Leaf. HEX triplet: A6, FF and E5. RGB value is (166,255,229). Sum of RGB (Red+Green+Blue) = 166+255+229=650 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.54% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFE5 is #59001A. Grayscale: #E1E1E1. Windows color (decimal): -5832731 or 15073190. OLE color: 15073190.
HSL color Cylindrical-coordinate representation of color #A6FFE5: hue angle of 162.47º 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 #A6FFE5 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 229 | - |
| CMYK | 0.35 | 0 | 0.10 | 0 |
| HSL | 162.47º | 1% | 0.83% | - |
| HSV(B) | 162.47º | 0.35% | 1% | - |
| XYZ | 65.63 | 85.28 | 87.13 | - |
| YUV | 225.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 229 | 0.35 | 0 | 0.10 | 0 | 162.47 | 1 | 0.83 |
| Hex | A6 | FF | E5 | 23 | 0 | A | 0 | A2 | 64 | 53 |
| Octal | 246 | 377 | 345 | 43 | 0 | 12 | 0 | 242 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11100101 | 100011 | 0 | 1010 | 0 | 10100010 | 1100100 | 1010011 |
Color Harmonies of #A6FFE5
Complementary color
Monochromatic Colors of #A6FFE5
Black with #A6FFE5
Text Example
Text Example
White with #A6FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFE5; }
p { color: rgb(166,255,229); }
H1.HeaderClassName
{
color: #A6FFE5;
}
.AnyTagClassName
{
color: #A6FFE5;
}
</style>
background-color css
<style>
a { background-color: #A6FFE5; }
a { background-color: rgb(166,255,229); }
div.DivClassName
{
background-color: #A6FFE5;
}
.BgClassName
{
background-color: #A6FFE5;
}
</style>
border-color css
<style>
span { border-color: #A6FFE5; }
span { border-color: rgb(166,255,229); }
td.TdClassName
{
border-color: #A6FFE5;
}
.TagClassName
{
border-color: #A6FFE5;
}
</style>