Shades of Water Leaf #A4FEE8
Tints of Water Leaf #A4FEE8
RGB
CMYK
RGB Variations
Color information
#A4FEE8 (or 0xA4FEE8) is known color: Water Leaf. HEX triplet: A4, FE and E8. RGB value is (164,254,232). Sum of RGB (Red+Green+Blue) = 164+254+232=650 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.23% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FEE8 is #5B0117. Grayscale: #E0E0E0. Windows color (decimal): -5964056 or 15269540. OLE color: 15269540.
HSL color Cylindrical-coordinate representation of color #A4FEE8: hue angle of 165.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FEE8 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 232 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.00 |
| HSL | 165.33º | 0.98% | 0.82% | - |
| HSV(B) | 165.33º | 0.35% | 1% | - |
| XYZ | 65.32 | 84.6 | 89.23 | - |
| YUV | 224.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 232 | 0.35 | 0 | 0.09 | 0.00 | 165.33 | 0.98 | 0.82 |
| Hex | A4 | FE | E8 | 23 | 0 | 9 | 0 | A5 | 62 | 52 |
| Octal | 244 | 376 | 350 | 43 | 0 | 11 | 0 | 245 | 142 | 122 |
| Binary | 10100100 | 11111110 | 11101000 | 100011 | 0 | 1001 | 0 | 10100101 | 1100010 | 1010010 |
Color Harmonies of #A4FEE8
Complementary color
Monochromatic Colors of #A4FEE8
Black with #A4FEE8
Text Example
Text Example
White with #A4FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FEE8; }
p { color: rgb(164,254,232); }
H1.HeaderClassName
{
color: #A4FEE8;
}
.AnyTagClassName
{
color: #A4FEE8;
}
</style>
background-color css
<style>
a { background-color: #A4FEE8; }
a { background-color: rgb(164,254,232); }
div.DivClassName
{
background-color: #A4FEE8;
}
.BgClassName
{
background-color: #A4FEE8;
}
</style>
border-color css
<style>
span { border-color: #A4FEE8; }
span { border-color: rgb(164,254,232); }
td.TdClassName
{
border-color: #A4FEE8;
}
.TagClassName
{
border-color: #A4FEE8;
}
</style>