Shades of Water Leaf #A7F2DF
Tints of Water Leaf #A7F2DF
RGB
CMYK
RGB Variations
Color information
#A7F2DF (or 0xA7F2DF) is known color: Water Leaf. HEX triplet: A7, F2 and DF. RGB value is (167,242,223). Sum of RGB (Red+Green+Blue) = 167+242+223=632 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.42% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #A7F2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F2DF is #580D20. Grayscale: #D9D9D9. Windows color (decimal): -5770529 or 14676647. OLE color: 14676647.
HSL color Cylindrical-coordinate representation of color #A7F2DF: hue angle of 164.8º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7F2DF is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 242 | 223 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.05 |
| HSL | 164.8º | 0.74% | 0.8% | - |
| HSV(B) | 164.8º | 0.31% | 0.95% | - |
| XYZ | 61.01 | 77.05 | 81.47 | - |
| YUV | 217.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 242 | 223 | 0.31 | 0 | 0.08 | 0.05 | 164.8 | 0.74 | 0.8 |
| Hex | A7 | F2 | DF | 1F | 0 | 8 | 5 | A5 | 4A | 50 |
| Octal | 247 | 362 | 337 | 37 | 0 | 10 | 5 | 245 | 112 | 120 |
| Binary | 10100111 | 11110010 | 11011111 | 11111 | 0 | 1000 | 101 | 10100101 | 1001010 | 1010000 |
Color Harmonies of #A7F2DF
Complementary color
Monochromatic Colors of #A7F2DF
Black with #A7F2DF
Text Example
Text Example
White with #A7F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F2DF; }
p { color: rgb(167,242,223); }
H1.HeaderClassName
{
color: #A7F2DF;
}
.AnyTagClassName
{
color: #A7F2DF;
}
</style>
background-color css
<style>
a { background-color: #A7F2DF; }
a { background-color: rgb(167,242,223); }
div.DivClassName
{
background-color: #A7F2DF;
}
.BgClassName
{
background-color: #A7F2DF;
}
</style>
border-color css
<style>
span { border-color: #A7F2DF; }
span { border-color: rgb(167,242,223); }
td.TdClassName
{
border-color: #A7F2DF;
}
.TagClassName
{
border-color: #A7F2DF;
}
</style>