Shades of Water Leaf #A6EEDE
Tints of Water Leaf #A6EEDE
RGB
CMYK
RGB Variations
Color information
#A6EEDE (or 0xA6EEDE) is known color: Water Leaf. HEX triplet: A6, EE and DE. RGB value is (166,238,222). Sum of RGB (Red+Green+Blue) = 166+238+222=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EEDE is #591121. Grayscale: #D6D6D6. Windows color (decimal): -5837090 or 14610086. OLE color: 14610086.
HSL color Cylindrical-coordinate representation of color #A6EEDE: hue angle of 166.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EEDE is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 222 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.07 |
| HSL | 166.67º | 0.68% | 0.79% | - |
| HSV(B) | 166.67º | 0.3% | 0.93% | - |
| XYZ | 59.49 | 74.53 | 80.36 | - |
| YUV | 214.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 222 | 0.30 | 0 | 0.07 | 0.07 | 166.67 | 0.68 | 0.79 |
| Hex | A6 | EE | DE | 1E | 0 | 7 | 7 | A7 | 44 | 4F |
| Octal | 246 | 356 | 336 | 36 | 0 | 7 | 7 | 247 | 104 | 117 |
| Binary | 10100110 | 11101110 | 11011110 | 11110 | 0 | 111 | 111 | 10100111 | 1000100 | 1001111 |
Color Harmonies of #A6EEDE
Complementary color
Monochromatic Colors of #A6EEDE
Black with #A6EEDE
Text Example
Text Example
White with #A6EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEDE; }
p { color: rgb(166,238,222); }
H1.HeaderClassName
{
color: #A6EEDE;
}
.AnyTagClassName
{
color: #A6EEDE;
}
</style>
background-color css
<style>
a { background-color: #A6EEDE; }
a { background-color: rgb(166,238,222); }
div.DivClassName
{
background-color: #A6EEDE;
}
.BgClassName
{
background-color: #A6EEDE;
}
</style>
border-color css
<style>
span { border-color: #A6EEDE; }
span { border-color: rgb(166,238,222); }
td.TdClassName
{
border-color: #A6EEDE;
}
.TagClassName
{
border-color: #A6EEDE;
}
</style>