Shades of Fringy Flower #ACDFC0
Tints of Fringy Flower #ACDFC0
RGB
CMYK
RGB Variations
Color information
#ACDFC0 (or 0xACDFC0) is known color: Fringy Flower. HEX triplet: AC, DF and C0. RGB value is (172,223,192). Sum of RGB (Red+Green+Blue) = 172+223+192=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFC0 is #53203F. Grayscale: #CCCCCC. Windows color (decimal): -5447744 or 12640172. OLE color: 12640172.
HSL color Cylindrical-coordinate representation of color #ACDFC0: hue angle of 143.53º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFC0 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 192 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.13 |
| HSL | 143.53º | 0.44% | 0.77% | - |
| HSV(B) | 143.53º | 0.23% | 0.87% | - |
| XYZ | 52.92 | 65.35 | 59.69 | - |
| YUV | 204.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 192 | 0.23 | 0 | 0.14 | 0.13 | 143.53 | 0.44 | 0.77 |
| Hex | AC | DF | C0 | 17 | 0 | E | D | 90 | 2C | 4D |
| Octal | 254 | 337 | 300 | 27 | 0 | 16 | 15 | 220 | 54 | 115 |
| Binary | 10101100 | 11011111 | 11000000 | 10111 | 0 | 1110 | 1101 | 10010000 | 101100 | 1001101 |
Color Harmonies of #ACDFC0
Complementary color
Monochromatic Colors of #ACDFC0
Black with #ACDFC0
Text Example
Text Example
White with #ACDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFC0; }
p { color: rgb(172,223,192); }
H1.HeaderClassName
{
color: #ACDFC0;
}
.AnyTagClassName
{
color: #ACDFC0;
}
</style>
background-color css
<style>
a { background-color: #ACDFC0; }
a { background-color: rgb(172,223,192); }
div.DivClassName
{
background-color: #ACDFC0;
}
.BgClassName
{
background-color: #ACDFC0;
}
</style>
border-color css
<style>
span { border-color: #ACDFC0; }
span { border-color: rgb(172,223,192); }
td.TdClassName
{
border-color: #ACDFC0;
}
.TagClassName
{
border-color: #ACDFC0;
}
</style>