Shades of Fringy Flower #ACDCC0
Tints of Fringy Flower #ACDCC0
RGB
CMYK
RGB Variations
Color information
#ACDCC0 (or 0xACDCC0) is known color: Fringy Flower. HEX triplet: AC, DC and C0. RGB value is (172,220,192). Sum of RGB (Red+Green+Blue) = 172+220+192=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC0 is #53233F. Grayscale: #CACACA. Windows color (decimal): -5448512 or 12639404. OLE color: 12639404.
HSL color Cylindrical-coordinate representation of color #ACDCC0: hue angle of 145º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCC0 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 192 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.14 |
| HSL | 145º | 0.41% | 0.77% | - |
| HSV(B) | 145º | 0.22% | 0.86% | - |
| XYZ | 52.12 | 63.76 | 59.43 | - |
| YUV | 202.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 192 | 0.22 | 0 | 0.13 | 0.14 | 145 | 0.41 | 0.77 |
| Hex | AC | DC | C0 | 16 | 0 | D | E | 91 | 29 | 4D |
| Octal | 254 | 334 | 300 | 26 | 0 | 15 | 16 | 221 | 51 | 115 |
| Binary | 10101100 | 11011100 | 11000000 | 10110 | 0 | 1101 | 1110 | 10010001 | 101001 | 1001101 |
Color Harmonies of #ACDCC0
Complementary color
Monochromatic Colors of #ACDCC0
Black with #ACDCC0
Text Example
Text Example
White with #ACDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCC0; }
p { color: rgb(172,220,192); }
H1.HeaderClassName
{
color: #ACDCC0;
}
.AnyTagClassName
{
color: #ACDCC0;
}
</style>
background-color css
<style>
a { background-color: #ACDCC0; }
a { background-color: rgb(172,220,192); }
div.DivClassName
{
background-color: #ACDCC0;
}
.BgClassName
{
background-color: #ACDCC0;
}
</style>
border-color css
<style>
span { border-color: #ACDCC0; }
span { border-color: rgb(172,220,192); }
td.TdClassName
{
border-color: #ACDCC0;
}
.TagClassName
{
border-color: #ACDCC0;
}
</style>