Shades of Water Leaf #A6F0DE
Tints of Water Leaf #A6F0DE
RGB
CMYK
RGB Variations
Color information
#A6F0DE (or 0xA6F0DE) is known color: Water Leaf. HEX triplet: A6, F0 and DE. RGB value is (166,240,222). Sum of RGB (Red+Green+Blue) = 166+240+222=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F0DE is #590F21. Grayscale: #D7D7D7. Windows color (decimal): -5836578 or 14610598. OLE color: 14610598.
HSL color Cylindrical-coordinate representation of color #A6F0DE: hue angle of 165.41º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F0DE is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 222 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.06 |
| HSL | 165.41º | 0.71% | 0.8% | - |
| HSV(B) | 165.41º | 0.31% | 0.94% | - |
| XYZ | 60.07 | 75.7 | 80.55 | - |
| YUV | 215.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 222 | 0.31 | 0 | 0.08 | 0.06 | 165.41 | 0.71 | 0.8 |
| Hex | A6 | F0 | DE | 1F | 0 | 8 | 6 | A5 | 47 | 50 |
| Octal | 246 | 360 | 336 | 37 | 0 | 10 | 6 | 245 | 107 | 120 |
| Binary | 10100110 | 11110000 | 11011110 | 11111 | 0 | 1000 | 110 | 10100101 | 1000111 | 1010000 |
Color Harmonies of #A6F0DE
Complementary color
Monochromatic Colors of #A6F0DE
Black with #A6F0DE
Text Example
Text Example
White with #A6F0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F0DE; }
p { color: rgb(166,240,222); }
H1.HeaderClassName
{
color: #A6F0DE;
}
.AnyTagClassName
{
color: #A6F0DE;
}
</style>
background-color css
<style>
a { background-color: #A6F0DE; }
a { background-color: rgb(166,240,222); }
div.DivClassName
{
background-color: #A6F0DE;
}
.BgClassName
{
background-color: #A6F0DE;
}
</style>
border-color css
<style>
span { border-color: #A6F0DE; }
span { border-color: rgb(166,240,222); }
td.TdClassName
{
border-color: #A6F0DE;
}
.TagClassName
{
border-color: #A6F0DE;
}
</style>