Shades of Water Leaf #ACF0DD
Tints of Water Leaf #ACF0DD
RGB
CMYK
RGB Variations
Color information
#ACF0DD (or 0xACF0DD) is known color: Water Leaf. HEX triplet: AC, F0 and DD. RGB value is (172,240,221). Sum of RGB (Red+Green+Blue) = 172+240+221=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0DD is #530F22. Grayscale: #D9D9D9. Windows color (decimal): -5443363 or 14545068. OLE color: 14545068.
HSL color Cylindrical-coordinate representation of color #ACF0DD: hue angle of 163.24º 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 #ACF0DD is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 221 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.06 |
| HSL | 163.24º | 0.69% | 0.81% | - |
| HSV(B) | 163.24º | 0.28% | 0.94% | - |
| XYZ | 61.22 | 76.31 | 79.91 | - |
| YUV | 217.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 221 | 0.28 | 0 | 0.08 | 0.06 | 163.24 | 0.69 | 0.81 |
| Hex | AC | F0 | DD | 1C | 0 | 8 | 6 | A3 | 45 | 51 |
| Octal | 254 | 360 | 335 | 34 | 0 | 10 | 6 | 243 | 105 | 121 |
| Binary | 10101100 | 11110000 | 11011101 | 11100 | 0 | 1000 | 110 | 10100011 | 1000101 | 1010001 |
Color Harmonies of #ACF0DD
Complementary color
Monochromatic Colors of #ACF0DD
Black with #ACF0DD
Text Example
Text Example
White with #ACF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0DD; }
p { color: rgb(172,240,221); }
H1.HeaderClassName
{
color: #ACF0DD;
}
.AnyTagClassName
{
color: #ACF0DD;
}
</style>
background-color css
<style>
a { background-color: #ACF0DD; }
a { background-color: rgb(172,240,221); }
div.DivClassName
{
background-color: #ACF0DD;
}
.BgClassName
{
background-color: #ACF0DD;
}
</style>
border-color css
<style>
span { border-color: #ACF0DD; }
span { border-color: rgb(172,240,221); }
td.TdClassName
{
border-color: #ACF0DD;
}
.TagClassName
{
border-color: #ACF0DD;
}
</style>