Shades of Water Leaf #ACEADF
Tints of Water Leaf #ACEADF
RGB
CMYK
RGB Variations
Color information
#ACEADF (or 0xACEADF) is known color: Water Leaf. HEX triplet: AC, EA and DF. RGB value is (172,234,223). Sum of RGB (Red+Green+Blue) = 172+234+223=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEADF is #531520. Grayscale: #D6D6D6. Windows color (decimal): -5444897 or 14674604. OLE color: 14674604.
HSL color Cylindrical-coordinate representation of color #ACEADF: hue angle of 169.35º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEADF is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 172 | 234 | 223 | - |
CMYK | 0.26 | 0 | 0.05 | 0.08 |
HSL | 169.35º | 0.6% | 0.8% | - |
HSV(B) | 169.35º | 0.26% | 0.92% | - |
XYZ | 59.76 | 72.94 | 80.74 | - |
YUV | 214.21 | 132.96 | 97.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 234 | 223 | 0.26 | 0 | 0.05 | 0.08 | 169.35 | 0.6 | 0.8 |
Hex | AC | EA | DF | 1A | 0 | 5 | 8 | A9 | 3C | 50 |
Octal | 254 | 352 | 337 | 32 | 0 | 5 | 10 | 251 | 74 | 120 |
Binary | 10101100 | 11101010 | 11011111 | 11010 | 0 | 101 | 1000 | 10101001 | 111100 | 1010000 |
Color Harmonies of #ACEADF
Complementary color
Monochromatic Colors of #ACEADF
Black with #ACEADF
Text Example
Text Example
White with #ACEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEADF; }
p { color: rgb(172,234,223); }
H1.HeaderClassName
{
color: #ACEADF;
}
.AnyTagClassName
{
color: #ACEADF;
}
</style>
background-color css
<style>
a { background-color: #ACEADF; }
a { background-color: rgb(172,234,223); }
div.DivClassName
{
background-color: #ACEADF;
}
.BgClassName
{
background-color: #ACEADF;
}
</style>
border-color css
<style>
span { border-color: #ACEADF; }
span { border-color: rgb(172,234,223); }
td.TdClassName
{
border-color: #ACEADF;
}
.TagClassName
{
border-color: #ACEADF;
}
</style>