Shades of Fringy Flower #ACDFC1
Tints of Fringy Flower #ACDFC1
RGB
CMYK
RGB Variations
Color information
#ACDFC1 (or 0xACDFC1) is known color: Fringy Flower. HEX triplet: AC, DF and C1. RGB value is (172,223,193). Sum of RGB (Red+Green+Blue) = 172+223+193=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFC1 is #53203E. Grayscale: #CCCCCC. Windows color (decimal): -5447743 or 12705708. OLE color: 12705708.
HSL color Cylindrical-coordinate representation of color #ACDFC1: hue angle of 144.71º 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 #ACDFC1 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 193 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.13 |
| HSL | 144.71º | 0.44% | 0.77% | - |
| HSV(B) | 144.71º | 0.23% | 0.87% | - |
| XYZ | 53.03 | 65.4 | 60.28 | - |
| YUV | 204.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 193 | 0.23 | 0 | 0.13 | 0.13 | 144.71 | 0.44 | 0.77 |
| Hex | AC | DF | C1 | 17 | 0 | D | D | 91 | 2C | 4D |
| Octal | 254 | 337 | 301 | 27 | 0 | 15 | 15 | 221 | 54 | 115 |
| Binary | 10101100 | 11011111 | 11000001 | 10111 | 0 | 1101 | 1101 | 10010001 | 101100 | 1001101 |
Color Harmonies of #ACDFC1
Complementary color
Monochromatic Colors of #ACDFC1
Black with #ACDFC1
Text Example
Text Example
White with #ACDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFC1; }
p { color: rgb(172,223,193); }
H1.HeaderClassName
{
color: #ACDFC1;
}
.AnyTagClassName
{
color: #ACDFC1;
}
</style>
background-color css
<style>
a { background-color: #ACDFC1; }
a { background-color: rgb(172,223,193); }
div.DivClassName
{
background-color: #ACDFC1;
}
.BgClassName
{
background-color: #ACDFC1;
}
</style>
border-color css
<style>
span { border-color: #ACDFC1; }
span { border-color: rgb(172,223,193); }
td.TdClassName
{
border-color: #ACDFC1;
}
.TagClassName
{
border-color: #ACDFC1;
}
</style>