Shades of Water Leaf #ACF5DE
Tints of Water Leaf #ACF5DE
RGB
CMYK
RGB Variations
Color information
#ACF5DE (or 0xACF5DE) is known color: Water Leaf. HEX triplet: AC, F5 and DE. RGB value is (172,245,222). Sum of RGB (Red+Green+Blue) = 172+245+222=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5DE is #530A21. Grayscale: #DCDCDC. Windows color (decimal): -5442082 or 14611884. OLE color: 14611884.
HSL color Cylindrical-coordinate representation of color #ACF5DE: hue angle of 161.1º 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 #ACF5DE is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 222 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.04 |
| HSL | 161.1º | 0.78% | 0.82% | - |
| HSV(B) | 161.1º | 0.3% | 0.96% | - |
| XYZ | 62.85 | 79.35 | 81.11 | - |
| YUV | 220.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 222 | 0.30 | 0 | 0.09 | 0.04 | 161.1 | 0.78 | 0.82 |
| Hex | AC | F5 | DE | 1E | 0 | 9 | 4 | A1 | 4E | 52 |
| Octal | 254 | 365 | 336 | 36 | 0 | 11 | 4 | 241 | 116 | 122 |
| Binary | 10101100 | 11110101 | 11011110 | 11110 | 0 | 1001 | 100 | 10100001 | 1001110 | 1010010 |
Color Harmonies of #ACF5DE
Complementary color
Monochromatic Colors of #ACF5DE
Black with #ACF5DE
Text Example
Text Example
White with #ACF5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5DE; }
p { color: rgb(172,245,222); }
H1.HeaderClassName
{
color: #ACF5DE;
}
.AnyTagClassName
{
color: #ACF5DE;
}
</style>
background-color css
<style>
a { background-color: #ACF5DE; }
a { background-color: rgb(172,245,222); }
div.DivClassName
{
background-color: #ACF5DE;
}
.BgClassName
{
background-color: #ACF5DE;
}
</style>
border-color css
<style>
span { border-color: #ACF5DE; }
span { border-color: rgb(172,245,222); }
td.TdClassName
{
border-color: #ACF5DE;
}
.TagClassName
{
border-color: #ACF5DE;
}
</style>