Shades of Water Leaf #ACF3DD
Tints of Water Leaf #ACF3DD
RGB
CMYK
RGB Variations
Color information
#ACF3DD (or 0xACF3DD) is known color: Water Leaf. HEX triplet: AC, F3 and DD. RGB value is (172,243,221). Sum of RGB (Red+Green+Blue) = 172+243+221=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3DD is #530C22. Grayscale: #DBDBDB. Windows color (decimal): -5442595 or 14545836. OLE color: 14545836.
HSL color Cylindrical-coordinate representation of color #ACF3DD: hue angle of 161.41º degrees, saturation: 0.75, 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 #ACF3DD is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 221 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.05 |
| HSL | 161.41º | 0.75% | 0.81% | - |
| HSV(B) | 161.41º | 0.29% | 0.95% | - |
| XYZ | 62.12 | 78.09 | 80.21 | - |
| YUV | 219.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 221 | 0.29 | 0 | 0.09 | 0.05 | 161.41 | 0.75 | 0.81 |
| Hex | AC | F3 | DD | 1D | 0 | 9 | 5 | A1 | 4B | 51 |
| Octal | 254 | 363 | 335 | 35 | 0 | 11 | 5 | 241 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11011101 | 11101 | 0 | 1001 | 101 | 10100001 | 1001011 | 1010001 |
Color Harmonies of #ACF3DD
Complementary color
Monochromatic Colors of #ACF3DD
Black with #ACF3DD
Text Example
Text Example
White with #ACF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3DD; }
p { color: rgb(172,243,221); }
H1.HeaderClassName
{
color: #ACF3DD;
}
.AnyTagClassName
{
color: #ACF3DD;
}
</style>
background-color css
<style>
a { background-color: #ACF3DD; }
a { background-color: rgb(172,243,221); }
div.DivClassName
{
background-color: #ACF3DD;
}
.BgClassName
{
background-color: #ACF3DD;
}
</style>
border-color css
<style>
span { border-color: #ACF3DD; }
span { border-color: rgb(172,243,221); }
td.TdClassName
{
border-color: #ACF3DD;
}
.TagClassName
{
border-color: #ACF3DD;
}
</style>