Shades of Water Leaf #A4F8E5
Tints of Water Leaf #A4F8E5
RGB
CMYK
RGB Variations
Color information
#A4F8E5 (or 0xA4F8E5) is known color: Water Leaf. HEX triplet: A4, F8 and E5. RGB value is (164,248,229). Sum of RGB (Red+Green+Blue) = 164+248+229=641 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.59% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #A4F8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F8E5 is #5B071A. Grayscale: #DCDCDC. Windows color (decimal): -5965595 or 15071396. OLE color: 15071396.
HSL color Cylindrical-coordinate representation of color #A4F8E5: hue angle of 166.43º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F8E5 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 248 | 229 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.03 |
| HSL | 166.43º | 0.86% | 0.81% | - |
| HSV(B) | 166.43º | 0.34% | 0.97% | - |
| XYZ | 63.02 | 80.68 | 86.38 | - |
| YUV | 220.72 | 132.67 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 248 | 229 | 0.34 | 0 | 0.08 | 0.03 | 166.43 | 0.86 | 0.81 |
| Hex | A4 | F8 | E5 | 22 | 0 | 8 | 3 | A6 | 56 | 51 |
| Octal | 244 | 370 | 345 | 42 | 0 | 10 | 3 | 246 | 126 | 121 |
| Binary | 10100100 | 11111000 | 11100101 | 100010 | 0 | 1000 | 11 | 10100110 | 1010110 | 1010001 |
Color Harmonies of #A4F8E5
Complementary color
Monochromatic Colors of #A4F8E5
Black with #A4F8E5
Text Example
Text Example
White with #A4F8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F8E5; }
p { color: rgb(164,248,229); }
H1.HeaderClassName
{
color: #A4F8E5;
}
.AnyTagClassName
{
color: #A4F8E5;
}
</style>
background-color css
<style>
a { background-color: #A4F8E5; }
a { background-color: rgb(164,248,229); }
div.DivClassName
{
background-color: #A4F8E5;
}
.BgClassName
{
background-color: #A4F8E5;
}
</style>
border-color css
<style>
span { border-color: #A4F8E5; }
span { border-color: rgb(164,248,229); }
td.TdClassName
{
border-color: #A4F8E5;
}
.TagClassName
{
border-color: #A4F8E5;
}
</style>