Shades of Water Leaf #ACECDD
Tints of Water Leaf #ACECDD
RGB
CMYK
RGB Variations
Color information
#ACECDD (or 0xACECDD) is known color: Water Leaf. HEX triplet: AC, EC and DD. RGB value is (172,236,221). Sum of RGB (Red+Green+Blue) = 172+236+221=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECDD is #531322. Grayscale: #D7D7D7. Windows color (decimal): -5444387 or 14544044. OLE color: 14544044.
HSL color Cylindrical-coordinate representation of color #ACECDD: hue angle of 165.94º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECDD is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 221 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.07 |
| HSL | 165.94º | 0.63% | 0.8% | - |
| HSV(B) | 165.94º | 0.27% | 0.93% | - |
| XYZ | 60.06 | 73.98 | 79.52 | - |
| YUV | 215.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 221 | 0.27 | 0 | 0.06 | 0.07 | 165.94 | 0.63 | 0.8 |
| Hex | AC | EC | DD | 1B | 0 | 6 | 7 | A6 | 3F | 50 |
| Octal | 254 | 354 | 335 | 33 | 0 | 6 | 7 | 246 | 77 | 120 |
| Binary | 10101100 | 11101100 | 11011101 | 11011 | 0 | 110 | 111 | 10100110 | 111111 | 1010000 |
Color Harmonies of #ACECDD
Complementary color
Monochromatic Colors of #ACECDD
Black with #ACECDD
Text Example
Text Example
White with #ACECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECDD; }
p { color: rgb(172,236,221); }
H1.HeaderClassName
{
color: #ACECDD;
}
.AnyTagClassName
{
color: #ACECDD;
}
</style>
background-color css
<style>
a { background-color: #ACECDD; }
a { background-color: rgb(172,236,221); }
div.DivClassName
{
background-color: #ACECDD;
}
.BgClassName
{
background-color: #ACECDD;
}
</style>
border-color css
<style>
span { border-color: #ACECDD; }
span { border-color: rgb(172,236,221); }
td.TdClassName
{
border-color: #ACECDD;
}
.TagClassName
{
border-color: #ACECDD;
}
</style>