Shades of Water Leaf #ACECDF
Tints of Water Leaf #ACECDF
RGB
CMYK
RGB Variations
Color information
#ACECDF (or 0xACECDF) is known color: Water Leaf. HEX triplet: AC, EC and DF. RGB value is (172,236,223). Sum of RGB (Red+Green+Blue) = 172+236+223=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECDF is #531320. Grayscale: #D7D7D7. Windows color (decimal): -5444385 or 14675116. OLE color: 14675116.
HSL color Cylindrical-coordinate representation of color #ACECDF: hue angle of 167.81º 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 #ACECDF is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 236 | 223 | - |
CMYK | 0.27 | 0 | 0.06 | 0.07 |
HSL | 167.81º | 0.63% | 0.8% | - |
HSV(B) | 167.81º | 0.27% | 0.93% | - |
XYZ | 60.33 | 74.09 | 80.93 | - |
YUV | 215.38 | 132.3 | 97.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 236 | 223 | 0.27 | 0 | 0.06 | 0.07 | 167.81 | 0.63 | 0.8 |
Hex | AC | EC | DF | 1B | 0 | 6 | 7 | A8 | 3F | 50 |
Octal | 254 | 354 | 337 | 33 | 0 | 6 | 7 | 250 | 77 | 120 |
Binary | 10101100 | 11101100 | 11011111 | 11011 | 0 | 110 | 111 | 10101000 | 111111 | 1010000 |
Color Harmonies of #ACECDF
Complementary color
Monochromatic Colors of #ACECDF
Black with #ACECDF
Text Example
Text Example
White with #ACECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECDF; }
p { color: rgb(172,236,223); }
H1.HeaderClassName
{
color: #ACECDF;
}
.AnyTagClassName
{
color: #ACECDF;
}
</style>
background-color css
<style>
a { background-color: #ACECDF; }
a { background-color: rgb(172,236,223); }
div.DivClassName
{
background-color: #ACECDF;
}
.BgClassName
{
background-color: #ACECDF;
}
</style>
border-color css
<style>
span { border-color: #ACECDF; }
span { border-color: rgb(172,236,223); }
td.TdClassName
{
border-color: #ACECDF;
}
.TagClassName
{
border-color: #ACECDF;
}
</style>