Shades of Water Leaf #A7F8E5
Tints of Water Leaf #A7F8E5
RGB
CMYK
RGB Variations
Color information
#A7F8E5 (or 0xA7F8E5) is known color: Water Leaf. HEX triplet: A7, F8 and E5. RGB value is (167,248,229). Sum of RGB (Red+Green+Blue) = 167+248+229=644 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.93% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F8E5 is #58071A. Grayscale: #DDDDDD. Windows color (decimal): -5768987 or 15071399. OLE color: 15071399.
HSL color Cylindrical-coordinate representation of color #A7F8E5: hue angle of 165.93º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7F8E5 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 248 | 229 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.03 |
| HSL | 165.93º | 0.85% | 0.81% | - |
| HSV(B) | 165.93º | 0.33% | 0.97% | - |
| XYZ | 63.65 | 81.01 | 86.41 | - |
| YUV | 221.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 248 | 229 | 0.33 | 0 | 0.08 | 0.03 | 165.93 | 0.85 | 0.81 |
| Hex | A7 | F8 | E5 | 21 | 0 | 8 | 3 | A6 | 55 | 51 |
| Octal | 247 | 370 | 345 | 41 | 0 | 10 | 3 | 246 | 125 | 121 |
| Binary | 10100111 | 11111000 | 11100101 | 100001 | 0 | 1000 | 11 | 10100110 | 1010101 | 1010001 |
Color Harmonies of #A7F8E5
Complementary color
Monochromatic Colors of #A7F8E5
Black with #A7F8E5
Text Example
Text Example
White with #A7F8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F8E5; }
p { color: rgb(167,248,229); }
H1.HeaderClassName
{
color: #A7F8E5;
}
.AnyTagClassName
{
color: #A7F8E5;
}
</style>
background-color css
<style>
a { background-color: #A7F8E5; }
a { background-color: rgb(167,248,229); }
div.DivClassName
{
background-color: #A7F8E5;
}
.BgClassName
{
background-color: #A7F8E5;
}
</style>
border-color css
<style>
span { border-color: #A7F8E5; }
span { border-color: rgb(167,248,229); }
td.TdClassName
{
border-color: #A7F8E5;
}
.TagClassName
{
border-color: #A7F8E5;
}
</style>