Shades of Water Leaf #ACFEE1
Tints of Water Leaf #ACFEE1
RGB
CMYK
RGB Variations
Color information
#ACFEE1 (or 0xACFEE1) is known color: Water Leaf. HEX triplet: AC, FE and E1. RGB value is (172,254,225). Sum of RGB (Red+Green+Blue) = 172+254+225=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEE1 is #53011E. Grayscale: #E2E2E2. Windows color (decimal): -5439775 or 14810796. OLE color: 14810796.
HSL color Cylindrical-coordinate representation of color #ACFEE1: hue angle of 158.78º 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 #ACFEE1 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 225 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.00 |
| HSL | 158.78º | 0.98% | 0.84% | - |
| HSV(B) | 158.78º | 0.32% | 1% | - |
| XYZ | 66.05 | 85.09 | 84.18 | - |
| YUV | 226.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 225 | 0.32 | 0 | 0.11 | 0.00 | 158.78 | 0.98 | 0.84 |
| Hex | AC | FE | E1 | 20 | 0 | B | 0 | 9F | 62 | 54 |
| Octal | 254 | 376 | 341 | 40 | 0 | 13 | 0 | 237 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11100001 | 100000 | 0 | 1011 | 0 | 10011111 | 1100010 | 1010100 |
Color Harmonies of #ACFEE1
Complementary color
Monochromatic Colors of #ACFEE1
Black with #ACFEE1
Text Example
Text Example
White with #ACFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEE1; }
p { color: rgb(172,254,225); }
H1.HeaderClassName
{
color: #ACFEE1;
}
.AnyTagClassName
{
color: #ACFEE1;
}
</style>
background-color css
<style>
a { background-color: #ACFEE1; }
a { background-color: rgb(172,254,225); }
div.DivClassName
{
background-color: #ACFEE1;
}
.BgClassName
{
background-color: #ACFEE1;
}
</style>
border-color css
<style>
span { border-color: #ACFEE1; }
span { border-color: rgb(172,254,225); }
td.TdClassName
{
border-color: #ACFEE1;
}
.TagClassName
{
border-color: #ACFEE1;
}
</style>