Shades of Water Leaf #A7F1DD
Tints of Water Leaf #A7F1DD
RGB
CMYK
RGB Variations
Color information
#A7F1DD (or 0xA7F1DD) is known color: Water Leaf. HEX triplet: A7, F1 and DD. RGB value is (167,241,221). Sum of RGB (Red+Green+Blue) = 167+241+221=629 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.55% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F1DD is #580E22. Grayscale: #D8D8D8. Windows color (decimal): -5770787 or 14545319. OLE color: 14545319.
HSL color Cylindrical-coordinate representation of color #A7F1DD: hue angle of 163.78º degrees, saturation: 0.73, 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 #A7F1DD is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 241 | 221 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.05 |
| HSL | 163.78º | 0.73% | 0.8% | - |
| HSV(B) | 163.78º | 0.31% | 0.95% | - |
| XYZ | 60.44 | 76.35 | 79.96 | - |
| YUV | 216.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 241 | 221 | 0.31 | 0 | 0.08 | 0.05 | 163.78 | 0.73 | 0.8 |
| Hex | A7 | F1 | DD | 1F | 0 | 8 | 5 | A4 | 49 | 50 |
| Octal | 247 | 361 | 335 | 37 | 0 | 10 | 5 | 244 | 111 | 120 |
| Binary | 10100111 | 11110001 | 11011101 | 11111 | 0 | 1000 | 101 | 10100100 | 1001001 | 1010000 |
Color Harmonies of #A7F1DD
Complementary color
Monochromatic Colors of #A7F1DD
Black with #A7F1DD
Text Example
Text Example
White with #A7F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F1DD; }
p { color: rgb(167,241,221); }
H1.HeaderClassName
{
color: #A7F1DD;
}
.AnyTagClassName
{
color: #A7F1DD;
}
</style>
background-color css
<style>
a { background-color: #A7F1DD; }
a { background-color: rgb(167,241,221); }
div.DivClassName
{
background-color: #A7F1DD;
}
.BgClassName
{
background-color: #A7F1DD;
}
</style>
border-color css
<style>
span { border-color: #A7F1DD; }
span { border-color: rgb(167,241,221); }
td.TdClassName
{
border-color: #A7F1DD;
}
.TagClassName
{
border-color: #A7F1DD;
}
</style>