Shades of Water Leaf #ACFAE1
Tints of Water Leaf #ACFAE1
RGB
CMYK
RGB Variations
Color information
#ACFAE1 (or 0xACFAE1) is known color: Water Leaf. HEX triplet: AC, FA and E1. RGB value is (172,250,225). Sum of RGB (Red+Green+Blue) = 172+250+225=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAE1 is #53051E. Grayscale: #DFDFDF. Windows color (decimal): -5440799 or 14809772. OLE color: 14809772.
HSL color Cylindrical-coordinate representation of color #ACFAE1: hue angle of 160.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAE1 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 250 | 225 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.02 |
| HSL | 160.77º | 0.89% | 0.83% | - |
| HSV(B) | 160.77º | 0.31% | 0.98% | - |
| XYZ | 64.79 | 82.58 | 83.76 | - |
| YUV | 223.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 250 | 225 | 0.31 | 0 | 0.10 | 0.02 | 160.77 | 0.89 | 0.83 |
| Hex | AC | FA | E1 | 1F | 0 | A | 2 | A1 | 59 | 53 |
| Octal | 254 | 372 | 341 | 37 | 0 | 12 | 2 | 241 | 131 | 123 |
| Binary | 10101100 | 11111010 | 11100001 | 11111 | 0 | 1010 | 10 | 10100001 | 1011001 | 1010011 |
Color Harmonies of #ACFAE1
Complementary color
Monochromatic Colors of #ACFAE1
Black with #ACFAE1
Text Example
Text Example
White with #ACFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFAE1; }
p { color: rgb(172,250,225); }
H1.HeaderClassName
{
color: #ACFAE1;
}
.AnyTagClassName
{
color: #ACFAE1;
}
</style>
background-color css
<style>
a { background-color: #ACFAE1; }
a { background-color: rgb(172,250,225); }
div.DivClassName
{
background-color: #ACFAE1;
}
.BgClassName
{
background-color: #ACFAE1;
}
</style>
border-color css
<style>
span { border-color: #ACFAE1; }
span { border-color: rgb(172,250,225); }
td.TdClassName
{
border-color: #ACFAE1;
}
.TagClassName
{
border-color: #ACFAE1;
}
</style>