Shades of Water Leaf #A6EFE1
Tints of Water Leaf #A6EFE1
RGB
CMYK
RGB Variations
Color information
#A6EFE1 (or 0xA6EFE1) is known color: Water Leaf. HEX triplet: A6, EF and E1. RGB value is (166,239,225). Sum of RGB (Red+Green+Blue) = 166+239+225=630 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.35% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFE1 is #59101E. Grayscale: #D7D7D7. Windows color (decimal): -5836831 or 14806950. OLE color: 14806950.
HSL color Cylindrical-coordinate representation of color #A6EFE1: hue angle of 168.49º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EFE1 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 239 | 225 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.06 |
| HSL | 168.49º | 0.7% | 0.79% | - |
| HSV(B) | 168.49º | 0.31% | 0.94% | - |
| XYZ | 60.18 | 75.28 | 82.59 | - |
| YUV | 215.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 225 | 0.31 | 0 | 0.06 | 0.06 | 168.49 | 0.7 | 0.79 |
| Hex | A6 | EF | E1 | 1F | 0 | 6 | 6 | A8 | 46 | 4F |
| Octal | 246 | 357 | 341 | 37 | 0 | 6 | 6 | 250 | 106 | 117 |
| Binary | 10100110 | 11101111 | 11100001 | 11111 | 0 | 110 | 110 | 10101000 | 1000110 | 1001111 |
Color Harmonies of #A6EFE1
Complementary color
Monochromatic Colors of #A6EFE1
Black with #A6EFE1
Text Example
Text Example
White with #A6EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFE1; }
p { color: rgb(166,239,225); }
H1.HeaderClassName
{
color: #A6EFE1;
}
.AnyTagClassName
{
color: #A6EFE1;
}
</style>
background-color css
<style>
a { background-color: #A6EFE1; }
a { background-color: rgb(166,239,225); }
div.DivClassName
{
background-color: #A6EFE1;
}
.BgClassName
{
background-color: #A6EFE1;
}
</style>
border-color css
<style>
span { border-color: #A6EFE1; }
span { border-color: rgb(166,239,225); }
td.TdClassName
{
border-color: #A6EFE1;
}
.TagClassName
{
border-color: #A6EFE1;
}
</style>