Shades of Water Leaf #A7F0DB
Tints of Water Leaf #A7F0DB
RGB
CMYK
RGB Variations
Color information
#A7F0DB (or 0xA7F0DB) is known color: Water Leaf. HEX triplet: A7, F0 and DB. RGB value is (167,240,219). Sum of RGB (Red+Green+Blue) = 167+240+219=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F0DB is #580F24. Grayscale: #D7D7D7. Windows color (decimal): -5771045 or 14413991. OLE color: 14413991.
HSL color Cylindrical-coordinate representation of color #A7F0DB: hue angle of 162.74º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7F0DB is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 240 | 219 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.06 |
| HSL | 162.74º | 0.71% | 0.8% | - |
| HSV(B) | 162.74º | 0.3% | 0.94% | - |
| XYZ | 59.88 | 75.65 | 78.46 | - |
| YUV | 215.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 240 | 219 | 0.30 | 0 | 0.09 | 0.06 | 162.74 | 0.71 | 0.8 |
| Hex | A7 | F0 | DB | 1E | 0 | 9 | 6 | A3 | 47 | 50 |
| Octal | 247 | 360 | 333 | 36 | 0 | 11 | 6 | 243 | 107 | 120 |
| Binary | 10100111 | 11110000 | 11011011 | 11110 | 0 | 1001 | 110 | 10100011 | 1000111 | 1010000 |
Color Harmonies of #A7F0DB
Complementary color
Monochromatic Colors of #A7F0DB
Black with #A7F0DB
Text Example
Text Example
White with #A7F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F0DB; }
p { color: rgb(167,240,219); }
H1.HeaderClassName
{
color: #A7F0DB;
}
.AnyTagClassName
{
color: #A7F0DB;
}
</style>
background-color css
<style>
a { background-color: #A7F0DB; }
a { background-color: rgb(167,240,219); }
div.DivClassName
{
background-color: #A7F0DB;
}
.BgClassName
{
background-color: #A7F0DB;
}
</style>
border-color css
<style>
span { border-color: #A7F0DB; }
span { border-color: rgb(167,240,219); }
td.TdClassName
{
border-color: #A7F0DB;
}
.TagClassName
{
border-color: #A7F0DB;
}
</style>