Shades of Water Leaf #ACF7E4
Tints of Water Leaf #ACF7E4
RGB
CMYK
RGB Variations
Color information
#ACF7E4 (or 0xACF7E4) is known color: Water Leaf. HEX triplet: AC, F7 and E4. RGB value is (172,247,228). Sum of RGB (Red+Green+Blue) = 172+247+228=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7E4 is #53081B. Grayscale: #DEDEDE. Windows color (decimal): -5441564 or 15005612. OLE color: 15005612.
HSL color Cylindrical-coordinate representation of color #ACF7E4: hue angle of 164.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7E4 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 228 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.03 |
| HSL | 164.8º | 0.82% | 0.82% | - |
| HSV(B) | 164.8º | 0.3% | 0.97% | - |
| XYZ | 64.28 | 80.89 | 85.63 | - |
| YUV | 222.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 228 | 0.30 | 0 | 0.08 | 0.03 | 164.8 | 0.82 | 0.82 |
| Hex | AC | F7 | E4 | 1E | 0 | 8 | 3 | A5 | 52 | 52 |
| Octal | 254 | 367 | 344 | 36 | 0 | 10 | 3 | 245 | 122 | 122 |
| Binary | 10101100 | 11110111 | 11100100 | 11110 | 0 | 1000 | 11 | 10100101 | 1010010 | 1010010 |
Color Harmonies of #ACF7E4
Complementary color
Monochromatic Colors of #ACF7E4
Black with #ACF7E4
Text Example
Text Example
White with #ACF7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7E4; }
p { color: rgb(172,247,228); }
H1.HeaderClassName
{
color: #ACF7E4;
}
.AnyTagClassName
{
color: #ACF7E4;
}
</style>
background-color css
<style>
a { background-color: #ACF7E4; }
a { background-color: rgb(172,247,228); }
div.DivClassName
{
background-color: #ACF7E4;
}
.BgClassName
{
background-color: #ACF7E4;
}
</style>
border-color css
<style>
span { border-color: #ACF7E4; }
span { border-color: rgb(172,247,228); }
td.TdClassName
{
border-color: #ACF7E4;
}
.TagClassName
{
border-color: #ACF7E4;
}
</style>