Shades of Water Leaf #ACF1DD
Tints of Water Leaf #ACF1DD
RGB
CMYK
RGB Variations
Color information
#ACF1DD (or 0xACF1DD) is known color: Water Leaf. HEX triplet: AC, F1 and DD. RGB value is (172,241,221). Sum of RGB (Red+Green+Blue) = 172+241+221=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1DD is #530E22. Grayscale: #DADADA. Windows color (decimal): -5443107 or 14545324. OLE color: 14545324.
HSL color Cylindrical-coordinate representation of color #ACF1DD: hue angle of 162.61º 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 #ACF1DD is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 221 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.05 |
| HSL | 162.61º | 0.71% | 0.81% | - |
| HSV(B) | 162.61º | 0.29% | 0.95% | - |
| XYZ | 61.52 | 76.9 | 80.01 | - |
| YUV | 218.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 221 | 0.29 | 0 | 0.08 | 0.05 | 162.61 | 0.71 | 0.81 |
| Hex | AC | F1 | DD | 1D | 0 | 8 | 5 | A3 | 47 | 51 |
| Octal | 254 | 361 | 335 | 35 | 0 | 10 | 5 | 243 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11011101 | 11101 | 0 | 1000 | 101 | 10100011 | 1000111 | 1010001 |
Color Harmonies of #ACF1DD
Complementary color
Monochromatic Colors of #ACF1DD
Black with #ACF1DD
Text Example
Text Example
White with #ACF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1DD; }
p { color: rgb(172,241,221); }
H1.HeaderClassName
{
color: #ACF1DD;
}
.AnyTagClassName
{
color: #ACF1DD;
}
</style>
background-color css
<style>
a { background-color: #ACF1DD; }
a { background-color: rgb(172,241,221); }
div.DivClassName
{
background-color: #ACF1DD;
}
.BgClassName
{
background-color: #ACF1DD;
}
</style>
border-color css
<style>
span { border-color: #ACF1DD; }
span { border-color: rgb(172,241,221); }
td.TdClassName
{
border-color: #ACF1DD;
}
.TagClassName
{
border-color: #ACF1DD;
}
</style>