Shades of Water Leaf #ACFFEC
Tints of Water Leaf #ACFFEC
RGB
CMYK
RGB Variations
Color information
#ACFFEC (or 0xACFFEC) is known color: Water Leaf. HEX triplet: AC, FF and EC. RGB value is (172,255,236). Sum of RGB (Red+Green+Blue) = 172+255+236=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFEC is #530013. Grayscale: #E4E4E4. Windows color (decimal): -5439508 or 15531948. OLE color: 15531948.
HSL color Cylindrical-coordinate representation of color #ACFFEC: hue angle of 166.27º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFEC is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 236 | - |
CMYK | 0.33 | 0 | 0.07 | 0 |
HSL | 166.27º | 1% | 0.84% | - |
HSV(B) | 166.27º | 0.33% | 1% | - |
XYZ | 67.91 | 86.35 | 92.44 | - |
YUV | 228.02 | 132.5 | 88.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 236 | 0.33 | 0 | 0.07 | 0 | 166.27 | 1 | 0.84 |
Hex | AC | FF | EC | 21 | 0 | 7 | 0 | A6 | 64 | 54 |
Octal | 254 | 377 | 354 | 41 | 0 | 7 | 0 | 246 | 144 | 124 |
Binary | 10101100 | 11111111 | 11101100 | 100001 | 0 | 111 | 0 | 10100110 | 1100100 | 1010100 |
Color Harmonies of #ACFFEC
Complementary color
Monochromatic Colors of #ACFFEC
Black with #ACFFEC
Text Example
Text Example
White with #ACFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFEC; }
p { color: rgb(172,255,236); }
H1.HeaderClassName
{
color: #ACFFEC;
}
.AnyTagClassName
{
color: #ACFFEC;
}
</style>
background-color css
<style>
a { background-color: #ACFFEC; }
a { background-color: rgb(172,255,236); }
div.DivClassName
{
background-color: #ACFFEC;
}
.BgClassName
{
background-color: #ACFFEC;
}
</style>
border-color css
<style>
span { border-color: #ACFFEC; }
span { border-color: rgb(172,255,236); }
td.TdClassName
{
border-color: #ACFFEC;
}
.TagClassName
{
border-color: #ACFFEC;
}
</style>