Shades of Water Leaf #ACF0DC
Tints of Water Leaf #ACF0DC
RGB
CMYK
RGB Variations
Color information
#ACF0DC (or 0xACF0DC) is known color: Water Leaf. HEX triplet: AC, F0 and DC. RGB value is (172,240,220). Sum of RGB (Red+Green+Blue) = 172+240+220=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0DC is #530F23. Grayscale: #D9D9D9. Windows color (decimal): -5443364 or 14479532. OLE color: 14479532.
HSL color Cylindrical-coordinate representation of color #ACF0DC: hue angle of 162.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0DC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 220 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.06 |
| HSL | 162.35º | 0.69% | 0.81% | - |
| HSV(B) | 162.35º | 0.28% | 0.94% | - |
| XYZ | 61.09 | 76.26 | 79.21 | - |
| YUV | 217.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 220 | 0.28 | 0 | 0.08 | 0.06 | 162.35 | 0.69 | 0.81 |
| Hex | AC | F0 | DC | 1C | 0 | 8 | 6 | A2 | 45 | 51 |
| Octal | 254 | 360 | 334 | 34 | 0 | 10 | 6 | 242 | 105 | 121 |
| Binary | 10101100 | 11110000 | 11011100 | 11100 | 0 | 1000 | 110 | 10100010 | 1000101 | 1010001 |
Color Harmonies of #ACF0DC
Complementary color
Monochromatic Colors of #ACF0DC
Black with #ACF0DC
Text Example
Text Example
White with #ACF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0DC; }
p { color: rgb(172,240,220); }
H1.HeaderClassName
{
color: #ACF0DC;
}
.AnyTagClassName
{
color: #ACF0DC;
}
</style>
background-color css
<style>
a { background-color: #ACF0DC; }
a { background-color: rgb(172,240,220); }
div.DivClassName
{
background-color: #ACF0DC;
}
.BgClassName
{
background-color: #ACF0DC;
}
</style>
border-color css
<style>
span { border-color: #ACF0DC; }
span { border-color: rgb(172,240,220); }
td.TdClassName
{
border-color: #ACF0DC;
}
.TagClassName
{
border-color: #ACF0DC;
}
</style>