Shades of Water Leaf #ACF5E4
Tints of Water Leaf #ACF5E4
RGB
CMYK
RGB Variations
Color information
#ACF5E4 (or 0xACF5E4) is known color: Water Leaf. HEX triplet: AC, F5 and E4. RGB value is (172,245,228). Sum of RGB (Red+Green+Blue) = 172+245+228=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5E4 is #530A1B. Grayscale: #DDDDDD. Windows color (decimal): -5442076 or 15005100. OLE color: 15005100.
HSL color Cylindrical-coordinate representation of color #ACF5E4: hue angle of 166.03º 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 #ACF5E4 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 228 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.04 |
| HSL | 166.03º | 0.78% | 0.82% | - |
| HSV(B) | 166.03º | 0.3% | 0.96% | - |
| XYZ | 63.67 | 79.68 | 85.42 | - |
| YUV | 221.24 | 131.82 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 228 | 0.30 | 0 | 0.07 | 0.04 | 166.03 | 0.78 | 0.82 |
| Hex | AC | F5 | E4 | 1E | 0 | 7 | 4 | A6 | 4E | 52 |
| Octal | 254 | 365 | 344 | 36 | 0 | 7 | 4 | 246 | 116 | 122 |
| Binary | 10101100 | 11110101 | 11100100 | 11110 | 0 | 111 | 100 | 10100110 | 1001110 | 1010010 |
Color Harmonies of #ACF5E4
Complementary color
Monochromatic Colors of #ACF5E4
Black with #ACF5E4
Text Example
Text Example
White with #ACF5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5E4; }
p { color: rgb(172,245,228); }
H1.HeaderClassName
{
color: #ACF5E4;
}
.AnyTagClassName
{
color: #ACF5E4;
}
</style>
background-color css
<style>
a { background-color: #ACF5E4; }
a { background-color: rgb(172,245,228); }
div.DivClassName
{
background-color: #ACF5E4;
}
.BgClassName
{
background-color: #ACF5E4;
}
</style>
border-color css
<style>
span { border-color: #ACF5E4; }
span { border-color: rgb(172,245,228); }
td.TdClassName
{
border-color: #ACF5E4;
}
.TagClassName
{
border-color: #ACF5E4;
}
</style>