Shades of Fringy Flower #ACDDC0
Tints of Fringy Flower #ACDDC0
RGB
CMYK
RGB Variations
Color information
#ACDDC0 (or 0xACDDC0) is known color: Fringy Flower. HEX triplet: AC, DD and C0. RGB value is (172,221,192). Sum of RGB (Red+Green+Blue) = 172+221+192=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC0 is #53223F. Grayscale: #CBCBCB. Windows color (decimal): -5448256 or 12639660. OLE color: 12639660.
HSL color Cylindrical-coordinate representation of color #ACDDC0: hue angle of 144.49º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDC0 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 192 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.13 |
| HSL | 144.49º | 0.42% | 0.77% | - |
| HSV(B) | 144.49º | 0.22% | 0.87% | - |
| XYZ | 52.38 | 64.29 | 59.52 | - |
| YUV | 203.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 192 | 0.22 | 0 | 0.13 | 0.13 | 144.49 | 0.42 | 0.77 |
| Hex | AC | DD | C0 | 16 | 0 | D | D | 90 | 2A | 4D |
| Octal | 254 | 335 | 300 | 26 | 0 | 15 | 15 | 220 | 52 | 115 |
| Binary | 10101100 | 11011101 | 11000000 | 10110 | 0 | 1101 | 1101 | 10010000 | 101010 | 1001101 |
Color Harmonies of #ACDDC0
Complementary color
Monochromatic Colors of #ACDDC0
Black with #ACDDC0
Text Example
Text Example
White with #ACDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDC0; }
p { color: rgb(172,221,192); }
H1.HeaderClassName
{
color: #ACDDC0;
}
.AnyTagClassName
{
color: #ACDDC0;
}
</style>
background-color css
<style>
a { background-color: #ACDDC0; }
a { background-color: rgb(172,221,192); }
div.DivClassName
{
background-color: #ACDDC0;
}
.BgClassName
{
background-color: #ACDDC0;
}
</style>
border-color css
<style>
span { border-color: #ACDDC0; }
span { border-color: rgb(172,221,192); }
td.TdClassName
{
border-color: #ACDDC0;
}
.TagClassName
{
border-color: #ACDDC0;
}
</style>