Shades of Water Leaf #ACF2E1
Tints of Water Leaf #ACF2E1
RGB
CMYK
RGB Variations
Color information
#ACF2E1 (or 0xACF2E1) is known color: Water Leaf. HEX triplet: AC, F2 and E1. RGB value is (172,242,225). Sum of RGB (Red+Green+Blue) = 172+242+225=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2E1 is #530D1E. Grayscale: #DBDBDB. Windows color (decimal): -5442847 or 14807724. OLE color: 14807724.
HSL color Cylindrical-coordinate representation of color #ACF2E1: hue angle of 165.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2E1 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 225 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.05 |
| HSL | 165.43º | 0.73% | 0.81% | - |
| HSV(B) | 165.43º | 0.29% | 0.95% | - |
| XYZ | 62.36 | 77.71 | 82.95 | - |
| YUV | 219.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 225 | 0.29 | 0 | 0.07 | 0.05 | 165.43 | 0.73 | 0.81 |
| Hex | AC | F2 | E1 | 1D | 0 | 7 | 5 | A5 | 49 | 51 |
| Octal | 254 | 362 | 341 | 35 | 0 | 7 | 5 | 245 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11100001 | 11101 | 0 | 111 | 101 | 10100101 | 1001001 | 1010001 |
Color Harmonies of #ACF2E1
Complementary color
Monochromatic Colors of #ACF2E1
Black with #ACF2E1
Text Example
Text Example
White with #ACF2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2E1; }
p { color: rgb(172,242,225); }
H1.HeaderClassName
{
color: #ACF2E1;
}
.AnyTagClassName
{
color: #ACF2E1;
}
</style>
background-color css
<style>
a { background-color: #ACF2E1; }
a { background-color: rgb(172,242,225); }
div.DivClassName
{
background-color: #ACF2E1;
}
.BgClassName
{
background-color: #ACF2E1;
}
</style>
border-color css
<style>
span { border-color: #ACF2E1; }
span { border-color: rgb(172,242,225); }
td.TdClassName
{
border-color: #ACF2E1;
}
.TagClassName
{
border-color: #ACF2E1;
}
</style>