Shades of Water Leaf #ACEEDF
Tints of Water Leaf #ACEEDF
RGB
CMYK
RGB Variations
Color information
#ACEEDF (or 0xACEEDF) is known color: Water Leaf. HEX triplet: AC, EE and DF. RGB value is (172,238,223). Sum of RGB (Red+Green+Blue) = 172+238+223=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEDF is #531120. Grayscale: #D8D8D8. Windows color (decimal): -5443873 or 14675628. OLE color: 14675628.
HSL color Cylindrical-coordinate representation of color #ACEEDF: hue angle of 166.36º 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 #ACEEDF is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 223 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.07 |
| HSL | 166.36º | 0.66% | 0.8% | - |
| HSV(B) | 166.36º | 0.28% | 0.93% | - |
| XYZ | 60.91 | 75.25 | 81.13 | - |
| YUV | 216.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 223 | 0.28 | 0 | 0.06 | 0.07 | 166.36 | 0.66 | 0.8 |
| Hex | AC | EE | DF | 1C | 0 | 6 | 7 | A6 | 42 | 50 |
| Octal | 254 | 356 | 337 | 34 | 0 | 6 | 7 | 246 | 102 | 120 |
| Binary | 10101100 | 11101110 | 11011111 | 11100 | 0 | 110 | 111 | 10100110 | 1000010 | 1010000 |
Color Harmonies of #ACEEDF
Complementary color
Monochromatic Colors of #ACEEDF
Black with #ACEEDF
Text Example
Text Example
White with #ACEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEDF; }
p { color: rgb(172,238,223); }
H1.HeaderClassName
{
color: #ACEEDF;
}
.AnyTagClassName
{
color: #ACEEDF;
}
</style>
background-color css
<style>
a { background-color: #ACEEDF; }
a { background-color: rgb(172,238,223); }
div.DivClassName
{
background-color: #ACEEDF;
}
.BgClassName
{
background-color: #ACEEDF;
}
</style>
border-color css
<style>
span { border-color: #ACEEDF; }
span { border-color: rgb(172,238,223); }
td.TdClassName
{
border-color: #ACEEDF;
}
.TagClassName
{
border-color: #ACEEDF;
}
</style>