Shades of Water Leaf #ACFFE8
Tints of Water Leaf #ACFFE8
RGB
CMYK
RGB Variations
Color information
#ACFFE8 (or 0xACFFE8) is known color: Water Leaf. HEX triplet: AC, FF and E8. RGB value is (172,255,232). Sum of RGB (Red+Green+Blue) = 172+255+232=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFE8 is #530017. Grayscale: #E3E3E3. Windows color (decimal): -5439512 or 15269804. OLE color: 15269804.
HSL color Cylindrical-coordinate representation of color #ACFFE8: hue angle of 163.37º 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 #ACFFE8 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 232 | - |
| CMYK | 0.33 | 0 | 0.09 | 0 |
| HSL | 163.37º | 1% | 0.84% | - |
| HSV(B) | 163.37º | 0.33% | 1% | - |
| XYZ | 67.34 | 86.12 | 89.42 | - |
| YUV | 227.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 232 | 0.33 | 0 | 0.09 | 0 | 163.37 | 1 | 0.84 |
| Hex | AC | FF | E8 | 21 | 0 | 9 | 0 | A3 | 64 | 54 |
| Octal | 254 | 377 | 350 | 41 | 0 | 11 | 0 | 243 | 144 | 124 |
| Binary | 10101100 | 11111111 | 11101000 | 100001 | 0 | 1001 | 0 | 10100011 | 1100100 | 1010100 |
Color Harmonies of #ACFFE8
Complementary color
Monochromatic Colors of #ACFFE8
Black with #ACFFE8
Text Example
Text Example
White with #ACFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFE8; }
p { color: rgb(172,255,232); }
H1.HeaderClassName
{
color: #ACFFE8;
}
.AnyTagClassName
{
color: #ACFFE8;
}
</style>
background-color css
<style>
a { background-color: #ACFFE8; }
a { background-color: rgb(172,255,232); }
div.DivClassName
{
background-color: #ACFFE8;
}
.BgClassName
{
background-color: #ACFFE8;
}
</style>
border-color css
<style>
span { border-color: #ACFFE8; }
span { border-color: rgb(172,255,232); }
td.TdClassName
{
border-color: #ACFFE8;
}
.TagClassName
{
border-color: #ACFFE8;
}
</style>