Shades of Water Leaf #ACF0DB
Tints of Water Leaf #ACF0DB
RGB
CMYK
RGB Variations
Color information
#ACF0DB (or 0xACF0DB) is known color: Water Leaf. HEX triplet: AC, F0 and DB. RGB value is (172,240,219). Sum of RGB (Red+Green+Blue) = 172+240+219=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0DB is #530F24. Grayscale: #D9D9D9. Windows color (decimal): -5443365 or 14413996. OLE color: 14413996.
HSL color Cylindrical-coordinate representation of color #ACF0DB: hue angle of 161.47º 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 #ACF0DB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 219 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.06 |
| HSL | 161.47º | 0.69% | 0.81% | - |
| HSV(B) | 161.47º | 0.28% | 0.94% | - |
| XYZ | 60.96 | 76.21 | 78.51 | - |
| YUV | 217.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 219 | 0.28 | 0 | 0.09 | 0.06 | 161.47 | 0.69 | 0.81 |
| Hex | AC | F0 | DB | 1C | 0 | 9 | 6 | A1 | 45 | 51 |
| Octal | 254 | 360 | 333 | 34 | 0 | 11 | 6 | 241 | 105 | 121 |
| Binary | 10101100 | 11110000 | 11011011 | 11100 | 0 | 1001 | 110 | 10100001 | 1000101 | 1010001 |
Color Harmonies of #ACF0DB
Complementary color
Monochromatic Colors of #ACF0DB
Black with #ACF0DB
Text Example
Text Example
White with #ACF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0DB; }
p { color: rgb(172,240,219); }
H1.HeaderClassName
{
color: #ACF0DB;
}
.AnyTagClassName
{
color: #ACF0DB;
}
</style>
background-color css
<style>
a { background-color: #ACF0DB; }
a { background-color: rgb(172,240,219); }
div.DivClassName
{
background-color: #ACF0DB;
}
.BgClassName
{
background-color: #ACF0DB;
}
</style>
border-color css
<style>
span { border-color: #ACF0DB; }
span { border-color: rgb(172,240,219); }
td.TdClassName
{
border-color: #ACF0DB;
}
.TagClassName
{
border-color: #ACF0DB;
}
</style>