Shades of Water Leaf #A7FCE5
Tints of Water Leaf #A7FCE5
RGB
CMYK
RGB Variations
Color information
#A7FCE5 (or 0xA7FCE5) is known color: Water Leaf. HEX triplet: A7, FC and E5. RGB value is (167,252,229). Sum of RGB (Red+Green+Blue) = 167+252+229=648 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.77% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FCE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FCE5 is #58031A. Grayscale: #DFDFDF. Windows color (decimal): -5767963 or 15072423. OLE color: 15072423.
HSL color Cylindrical-coordinate representation of color #A7FCE5: hue angle of 163.76º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FCE5 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 252 | 229 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.01 |
| HSL | 163.76º | 0.93% | 0.82% | - |
| HSV(B) | 163.76º | 0.34% | 0.99% | - |
| XYZ | 64.89 | 83.49 | 86.82 | - |
| YUV | 223.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 252 | 229 | 0.34 | 0 | 0.09 | 0.01 | 163.76 | 0.93 | 0.82 |
| Hex | A7 | FC | E5 | 22 | 0 | 9 | 1 | A4 | 5D | 52 |
| Octal | 247 | 374 | 345 | 42 | 0 | 11 | 1 | 244 | 135 | 122 |
| Binary | 10100111 | 11111100 | 11100101 | 100010 | 0 | 1001 | 1 | 10100100 | 1011101 | 1010010 |
Color Harmonies of #A7FCE5
Complementary color
Monochromatic Colors of #A7FCE5
Black with #A7FCE5
Text Example
Text Example
White with #A7FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FCE5; }
p { color: rgb(167,252,229); }
H1.HeaderClassName
{
color: #A7FCE5;
}
.AnyTagClassName
{
color: #A7FCE5;
}
</style>
background-color css
<style>
a { background-color: #A7FCE5; }
a { background-color: rgb(167,252,229); }
div.DivClassName
{
background-color: #A7FCE5;
}
.BgClassName
{
background-color: #A7FCE5;
}
</style>
border-color css
<style>
span { border-color: #A7FCE5; }
span { border-color: rgb(167,252,229); }
td.TdClassName
{
border-color: #A7FCE5;
}
.TagClassName
{
border-color: #A7FCE5;
}
</style>