Shades of Water Leaf #A7FDE6
Tints of Water Leaf #A7FDE6
RGB
CMYK
RGB Variations
Color information
#A7FDE6 (or 0xA7FDE6) is known color: Water Leaf. HEX triplet: A7, FD and E6. RGB value is (167,253,230). Sum of RGB (Red+Green+Blue) = 167+253+230=650 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.69% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FDE6 is #580219. Grayscale: #E0E0E0. Windows color (decimal): -5767706 or 15138215. OLE color: 15138215.
HSL color Cylindrical-coordinate representation of color #A7FDE6: hue angle of 163.95º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FDE6 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 253 | 230 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.01 |
| HSL | 163.95º | 0.96% | 0.82% | - |
| HSV(B) | 163.95º | 0.34% | 0.99% | - |
| XYZ | 65.34 | 84.18 | 87.67 | - |
| YUV | 224.66 | 131.01 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 253 | 230 | 0.34 | 0 | 0.09 | 0.01 | 163.95 | 0.96 | 0.82 |
| Hex | A7 | FD | E6 | 22 | 0 | 9 | 1 | A4 | 60 | 52 |
| Octal | 247 | 375 | 346 | 42 | 0 | 11 | 1 | 244 | 140 | 122 |
| Binary | 10100111 | 11111101 | 11100110 | 100010 | 0 | 1001 | 1 | 10100100 | 1100000 | 1010010 |
Color Harmonies of #A7FDE6
Complementary color
Monochromatic Colors of #A7FDE6
Black with #A7FDE6
Text Example
Text Example
White with #A7FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FDE6; }
p { color: rgb(167,253,230); }
H1.HeaderClassName
{
color: #A7FDE6;
}
.AnyTagClassName
{
color: #A7FDE6;
}
</style>
background-color css
<style>
a { background-color: #A7FDE6; }
a { background-color: rgb(167,253,230); }
div.DivClassName
{
background-color: #A7FDE6;
}
.BgClassName
{
background-color: #A7FDE6;
}
</style>
border-color css
<style>
span { border-color: #A7FDE6; }
span { border-color: rgb(167,253,230); }
td.TdClassName
{
border-color: #A7FDE6;
}
.TagClassName
{
border-color: #A7FDE6;
}
</style>