Shades of Water Leaf #ACEEDC
Tints of Water Leaf #ACEEDC
RGB
CMYK
RGB Variations
Color information
#ACEEDC (or 0xACEEDC) is known color: Water Leaf. HEX triplet: AC, EE and DC. RGB value is (172,238,220). Sum of RGB (Red+Green+Blue) = 172+238+220=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEDC is #531123. Grayscale: #D8D8D8. Windows color (decimal): -5443876 or 14479020. OLE color: 14479020.
HSL color Cylindrical-coordinate representation of color #ACEEDC: hue angle of 163.64º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEDC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 220 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.07 |
| HSL | 163.64º | 0.66% | 0.8% | - |
| HSV(B) | 163.64º | 0.28% | 0.93% | - |
| XYZ | 60.51 | 75.09 | 79.01 | - |
| YUV | 216.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 220 | 0.28 | 0 | 0.08 | 0.07 | 163.64 | 0.66 | 0.8 |
| Hex | AC | EE | DC | 1C | 0 | 8 | 7 | A4 | 42 | 50 |
| Octal | 254 | 356 | 334 | 34 | 0 | 10 | 7 | 244 | 102 | 120 |
| Binary | 10101100 | 11101110 | 11011100 | 11100 | 0 | 1000 | 111 | 10100100 | 1000010 | 1010000 |
Color Harmonies of #ACEEDC
Complementary color
Monochromatic Colors of #ACEEDC
Black with #ACEEDC
Text Example
Text Example
White with #ACEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEDC; }
p { color: rgb(172,238,220); }
H1.HeaderClassName
{
color: #ACEEDC;
}
.AnyTagClassName
{
color: #ACEEDC;
}
</style>
background-color css
<style>
a { background-color: #ACEEDC; }
a { background-color: rgb(172,238,220); }
div.DivClassName
{
background-color: #ACEEDC;
}
.BgClassName
{
background-color: #ACEEDC;
}
</style>
border-color css
<style>
span { border-color: #ACEEDC; }
span { border-color: rgb(172,238,220); }
td.TdClassName
{
border-color: #ACEEDC;
}
.TagClassName
{
border-color: #ACEEDC;
}
</style>