Shades of Water Leaf #ACFEE2
Tints of Water Leaf #ACFEE2
RGB
CMYK
RGB Variations
Color information
#ACFEE2 (or 0xACFEE2) is known color: Water Leaf. HEX triplet: AC, FE and E2. RGB value is (172,254,226). Sum of RGB (Red+Green+Blue) = 172+254+226=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEE2 is #53011D. Grayscale: #E2E2E2. Windows color (decimal): -5439774 or 14876332. OLE color: 14876332.
HSL color Cylindrical-coordinate representation of color #ACFEE2: hue angle of 159.51º 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 #ACFEE2 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 226 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.00 |
| HSL | 159.51º | 0.98% | 0.84% | - |
| HSV(B) | 159.51º | 0.32% | 1% | - |
| XYZ | 66.18 | 85.15 | 84.9 | - |
| YUV | 226.29 | 127.83 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 226 | 0.32 | 0 | 0.11 | 0.00 | 159.51 | 0.98 | 0.84 |
| Hex | AC | FE | E2 | 20 | 0 | B | 0 | A0 | 62 | 54 |
| Octal | 254 | 376 | 342 | 40 | 0 | 13 | 0 | 240 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11100010 | 100000 | 0 | 1011 | 0 | 10100000 | 1100010 | 1010100 |
Color Harmonies of #ACFEE2
Complementary color
Monochromatic Colors of #ACFEE2
Black with #ACFEE2
Text Example
Text Example
White with #ACFEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEE2; }
p { color: rgb(172,254,226); }
H1.HeaderClassName
{
color: #ACFEE2;
}
.AnyTagClassName
{
color: #ACFEE2;
}
</style>
background-color css
<style>
a { background-color: #ACFEE2; }
a { background-color: rgb(172,254,226); }
div.DivClassName
{
background-color: #ACFEE2;
}
.BgClassName
{
background-color: #ACFEE2;
}
</style>
border-color css
<style>
span { border-color: #ACFEE2; }
span { border-color: rgb(172,254,226); }
td.TdClassName
{
border-color: #ACFEE2;
}
.TagClassName
{
border-color: #ACFEE2;
}
</style>