Shades of Water Leaf #A7EFDE
Tints of Water Leaf #A7EFDE
RGB
CMYK
RGB Variations
Color information
#A7EFDE (or 0xA7EFDE) is known color: Water Leaf. HEX triplet: A7, EF and DE. RGB value is (167,239,222). Sum of RGB (Red+Green+Blue) = 167+239+222=628 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.59% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EFDE is #581021. Grayscale: #D7D7D7. Windows color (decimal): -5771298 or 14610343. OLE color: 14610343.
HSL color Cylindrical-coordinate representation of color #A7EFDE: hue angle of 165.83º degrees, saturation: 0.69, 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 #A7EFDE is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 239 | 222 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.06 |
| HSL | 165.83º | 0.69% | 0.8% | - |
| HSV(B) | 165.83º | 0.3% | 0.94% | - |
| XYZ | 59.99 | 75.22 | 80.46 | - |
| YUV | 215.53 | 131.65 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 239 | 222 | 0.30 | 0 | 0.07 | 0.06 | 165.83 | 0.69 | 0.8 |
| Hex | A7 | EF | DE | 1E | 0 | 7 | 6 | A6 | 45 | 50 |
| Octal | 247 | 357 | 336 | 36 | 0 | 7 | 6 | 246 | 105 | 120 |
| Binary | 10100111 | 11101111 | 11011110 | 11110 | 0 | 111 | 110 | 10100110 | 1000101 | 1010000 |
Color Harmonies of #A7EFDE
Complementary color
Monochromatic Colors of #A7EFDE
Black with #A7EFDE
Text Example
Text Example
White with #A7EFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EFDE; }
p { color: rgb(167,239,222); }
H1.HeaderClassName
{
color: #A7EFDE;
}
.AnyTagClassName
{
color: #A7EFDE;
}
</style>
background-color css
<style>
a { background-color: #A7EFDE; }
a { background-color: rgb(167,239,222); }
div.DivClassName
{
background-color: #A7EFDE;
}
.BgClassName
{
background-color: #A7EFDE;
}
</style>
border-color css
<style>
span { border-color: #A7EFDE; }
span { border-color: rgb(167,239,222); }
td.TdClassName
{
border-color: #A7EFDE;
}
.TagClassName
{
border-color: #A7EFDE;
}
</style>