Shades of Water Leaf #ACFCE2
Tints of Water Leaf #ACFCE2
RGB
CMYK
RGB Variations
Color information
#ACFCE2 (or 0xACFCE2) is known color: Water Leaf. HEX triplet: AC, FC and E2. RGB value is (172,252,226). Sum of RGB (Red+Green+Blue) = 172+252+226=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCE2 is #53031D. Grayscale: #E1E1E1. Windows color (decimal): -5440286 or 14875820. OLE color: 14875820.
HSL color Cylindrical-coordinate representation of color #ACFCE2: hue angle of 160.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCE2 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 252 | 226 | - |
CMYK | 0.32 | 0 | 0.10 | 0.01 |
HSL | 160.5º | 0.93% | 0.83% | - |
HSV(B) | 160.5º | 0.32% | 0.99% | - |
XYZ | 65.55 | 83.88 | 84.69 | - |
YUV | 225.12 | 128.5 | 90.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 252 | 226 | 0.32 | 0 | 0.10 | 0.01 | 160.5 | 0.93 | 0.83 |
Hex | AC | FC | E2 | 20 | 0 | A | 1 | A0 | 5D | 53 |
Octal | 254 | 374 | 342 | 40 | 0 | 12 | 1 | 240 | 135 | 123 |
Binary | 10101100 | 11111100 | 11100010 | 100000 | 0 | 1010 | 1 | 10100000 | 1011101 | 1010011 |
Color Harmonies of #ACFCE2
Complementary color
Monochromatic Colors of #ACFCE2
Black with #ACFCE2
Text Example
Text Example
White with #ACFCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCE2; }
p { color: rgb(172,252,226); }
H1.HeaderClassName
{
color: #ACFCE2;
}
.AnyTagClassName
{
color: #ACFCE2;
}
</style>
background-color css
<style>
a { background-color: #ACFCE2; }
a { background-color: rgb(172,252,226); }
div.DivClassName
{
background-color: #ACFCE2;
}
.BgClassName
{
background-color: #ACFCE2;
}
</style>
border-color css
<style>
span { border-color: #ACFCE2; }
span { border-color: rgb(172,252,226); }
td.TdClassName
{
border-color: #ACFCE2;
}
.TagClassName
{
border-color: #ACFCE2;
}
</style>