Shades of Water Leaf #ACF5E2
Tints of Water Leaf #ACF5E2
RGB
CMYK
RGB Variations
Color information
#ACF5E2 (or 0xACF5E2) is known color: Water Leaf. HEX triplet: AC, F5 and E2. RGB value is (172,245,226). Sum of RGB (Red+Green+Blue) = 172+245+226=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5E2 is #530A1D. Grayscale: #DDDDDD. Windows color (decimal): -5442078 or 14874028. OLE color: 14874028.
HSL color Cylindrical-coordinate representation of color #ACF5E2: hue angle of 164.38º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5E2 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 226 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.04 |
| HSL | 164.38º | 0.78% | 0.82% | - |
| HSV(B) | 164.38º | 0.3% | 0.96% | - |
| XYZ | 63.39 | 79.57 | 83.97 | - |
| YUV | 221.01 | 130.82 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 226 | 0.30 | 0 | 0.08 | 0.04 | 164.38 | 0.78 | 0.82 |
| Hex | AC | F5 | E2 | 1E | 0 | 8 | 4 | A4 | 4E | 52 |
| Octal | 254 | 365 | 342 | 36 | 0 | 10 | 4 | 244 | 116 | 122 |
| Binary | 10101100 | 11110101 | 11100010 | 11110 | 0 | 1000 | 100 | 10100100 | 1001110 | 1010010 |
Color Harmonies of #ACF5E2
Complementary color
Monochromatic Colors of #ACF5E2
Black with #ACF5E2
Text Example
Text Example
White with #ACF5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5E2; }
p { color: rgb(172,245,226); }
H1.HeaderClassName
{
color: #ACF5E2;
}
.AnyTagClassName
{
color: #ACF5E2;
}
</style>
background-color css
<style>
a { background-color: #ACF5E2; }
a { background-color: rgb(172,245,226); }
div.DivClassName
{
background-color: #ACF5E2;
}
.BgClassName
{
background-color: #ACF5E2;
}
</style>
border-color css
<style>
span { border-color: #ACF5E2; }
span { border-color: rgb(172,245,226); }
td.TdClassName
{
border-color: #ACF5E2;
}
.TagClassName
{
border-color: #ACF5E2;
}
</style>