Shades of Water Leaf #ACEBDC
Tints of Water Leaf #ACEBDC
RGB
CMYK
RGB Variations
Color information
#ACEBDC (or 0xACEBDC) is known color: Water Leaf. HEX triplet: AC, EB and DC. RGB value is (172,235,220). Sum of RGB (Red+Green+Blue) = 172+235+220=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBDC is #531423. Grayscale: #D6D6D6. Windows color (decimal): -5444644 or 14478252. OLE color: 14478252.
HSL color Cylindrical-coordinate representation of color #ACEBDC: hue angle of 165.71º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBDC is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 220 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.08 |
| HSL | 165.71º | 0.61% | 0.8% | - |
| HSV(B) | 165.71º | 0.27% | 0.92% | - |
| XYZ | 59.64 | 73.35 | 78.73 | - |
| YUV | 214.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 220 | 0.27 | 0 | 0.06 | 0.08 | 165.71 | 0.61 | 0.8 |
| Hex | AC | EB | DC | 1B | 0 | 6 | 8 | A6 | 3D | 50 |
| Octal | 254 | 353 | 334 | 33 | 0 | 6 | 10 | 246 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11011100 | 11011 | 0 | 110 | 1000 | 10100110 | 111101 | 1010000 |
Color Harmonies of #ACEBDC
Complementary color
Monochromatic Colors of #ACEBDC
Black with #ACEBDC
Text Example
Text Example
White with #ACEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBDC; }
p { color: rgb(172,235,220); }
H1.HeaderClassName
{
color: #ACEBDC;
}
.AnyTagClassName
{
color: #ACEBDC;
}
</style>
background-color css
<style>
a { background-color: #ACEBDC; }
a { background-color: rgb(172,235,220); }
div.DivClassName
{
background-color: #ACEBDC;
}
.BgClassName
{
background-color: #ACEBDC;
}
</style>
border-color css
<style>
span { border-color: #ACEBDC; }
span { border-color: rgb(172,235,220); }
td.TdClassName
{
border-color: #ACEBDC;
}
.TagClassName
{
border-color: #ACEBDC;
}
</style>