Shades of Water Leaf #ACF1DC
Tints of Water Leaf #ACF1DC
RGB
CMYK
RGB Variations
Color information
#ACF1DC (or 0xACF1DC) is known color: Water Leaf. HEX triplet: AC, F1 and DC. RGB value is (172,241,220). Sum of RGB (Red+Green+Blue) = 172+241+220=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1DC is #530E23. Grayscale: #D9D9D9. Windows color (decimal): -5443108 or 14479788. OLE color: 14479788.
HSL color Cylindrical-coordinate representation of color #ACF1DC: hue angle of 161.74º degrees, saturation: 0.71, 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 #ACF1DC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 220 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.05 |
| HSL | 161.74º | 0.71% | 0.81% | - |
| HSV(B) | 161.74º | 0.29% | 0.95% | - |
| XYZ | 61.39 | 76.85 | 79.31 | - |
| YUV | 217.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 220 | 0.29 | 0 | 0.09 | 0.05 | 161.74 | 0.71 | 0.81 |
| Hex | AC | F1 | DC | 1D | 0 | 9 | 5 | A2 | 47 | 51 |
| Octal | 254 | 361 | 334 | 35 | 0 | 11 | 5 | 242 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11011100 | 11101 | 0 | 1001 | 101 | 10100010 | 1000111 | 1010001 |
Color Harmonies of #ACF1DC
Complementary color
Monochromatic Colors of #ACF1DC
Black with #ACF1DC
Text Example
Text Example
White with #ACF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1DC; }
p { color: rgb(172,241,220); }
H1.HeaderClassName
{
color: #ACF1DC;
}
.AnyTagClassName
{
color: #ACF1DC;
}
</style>
background-color css
<style>
a { background-color: #ACF1DC; }
a { background-color: rgb(172,241,220); }
div.DivClassName
{
background-color: #ACF1DC;
}
.BgClassName
{
background-color: #ACF1DC;
}
</style>
border-color css
<style>
span { border-color: #ACF1DC; }
span { border-color: rgb(172,241,220); }
td.TdClassName
{
border-color: #ACF1DC;
}
.TagClassName
{
border-color: #ACF1DC;
}
</style>