Shades of Water Leaf #ACEDDD
Tints of Water Leaf #ACEDDD
RGB
CMYK
RGB Variations
Color information
#ACEDDD (or 0xACEDDD) is known color: Water Leaf. HEX triplet: AC, ED and DD. RGB value is (172,237,221). Sum of RGB (Red+Green+Blue) = 172+237+221=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDDD is #531222. Grayscale: #D7D7D7. Windows color (decimal): -5444131 or 14544300. OLE color: 14544300.
HSL color Cylindrical-coordinate representation of color #ACEDDD: hue angle of 165.23º degrees, saturation: 0.64, 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 #ACEDDD is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 221 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.07 |
| HSL | 165.23º | 0.64% | 0.8% | - |
| HSV(B) | 165.23º | 0.27% | 0.93% | - |
| XYZ | 60.35 | 74.56 | 79.62 | - |
| YUV | 215.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 221 | 0.27 | 0 | 0.07 | 0.07 | 165.23 | 0.64 | 0.8 |
| Hex | AC | ED | DD | 1B | 0 | 7 | 7 | A5 | 40 | 50 |
| Octal | 254 | 355 | 335 | 33 | 0 | 7 | 7 | 245 | 100 | 120 |
| Binary | 10101100 | 11101101 | 11011101 | 11011 | 0 | 111 | 111 | 10100101 | 1000000 | 1010000 |
Color Harmonies of #ACEDDD
Complementary color
Monochromatic Colors of #ACEDDD
Black with #ACEDDD
Text Example
Text Example
White with #ACEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDDD; }
p { color: rgb(172,237,221); }
H1.HeaderClassName
{
color: #ACEDDD;
}
.AnyTagClassName
{
color: #ACEDDD;
}
</style>
background-color css
<style>
a { background-color: #ACEDDD; }
a { background-color: rgb(172,237,221); }
div.DivClassName
{
background-color: #ACEDDD;
}
.BgClassName
{
background-color: #ACEDDD;
}
</style>
border-color css
<style>
span { border-color: #ACEDDD; }
span { border-color: rgb(172,237,221); }
td.TdClassName
{
border-color: #ACEDDD;
}
.TagClassName
{
border-color: #ACEDDD;
}
</style>