Shades of Water Leaf #ACFEE5
Tints of Water Leaf #ACFEE5
RGB
CMYK
RGB Variations
Color information
#ACFEE5 (or 0xACFEE5) is known color: Water Leaf. HEX triplet: AC, FE and E5. RGB value is (172,254,229). Sum of RGB (Red+Green+Blue) = 172+254+229=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEE5 is #53011A. Grayscale: #E2E2E2. Windows color (decimal): -5439771 or 15072940. OLE color: 15072940.
HSL color Cylindrical-coordinate representation of color #ACFEE5: hue angle of 161.71º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEE5 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 229 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.00 |
| HSL | 161.71º | 0.98% | 0.84% | - |
| HSV(B) | 161.71º | 0.32% | 1% | - |
| XYZ | 66.6 | 85.31 | 87.09 | - |
| YUV | 226.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 229 | 0.32 | 0 | 0.10 | 0.00 | 161.71 | 0.98 | 0.84 |
| Hex | AC | FE | E5 | 20 | 0 | A | 0 | A2 | 62 | 54 |
| Octal | 254 | 376 | 345 | 40 | 0 | 12 | 0 | 242 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11100101 | 100000 | 0 | 1010 | 0 | 10100010 | 1100010 | 1010100 |
Color Harmonies of #ACFEE5
Complementary color
Monochromatic Colors of #ACFEE5
Black with #ACFEE5
Text Example
Text Example
White with #ACFEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEE5; }
p { color: rgb(172,254,229); }
H1.HeaderClassName
{
color: #ACFEE5;
}
.AnyTagClassName
{
color: #ACFEE5;
}
</style>
background-color css
<style>
a { background-color: #ACFEE5; }
a { background-color: rgb(172,254,229); }
div.DivClassName
{
background-color: #ACFEE5;
}
.BgClassName
{
background-color: #ACFEE5;
}
</style>
border-color css
<style>
span { border-color: #ACFEE5; }
span { border-color: rgb(172,254,229); }
td.TdClassName
{
border-color: #ACFEE5;
}
.TagClassName
{
border-color: #ACFEE5;
}
</style>