Shades of Fringy Flower #ACDDBC
Tints of Fringy Flower #ACDDBC
RGB
CMYK
RGB Variations
Color information
#ACDDBC (or 0xACDDBC) is known color: Fringy Flower. HEX triplet: AC, DD and BC. RGB value is (172,221,188). Sum of RGB (Red+Green+Blue) = 172+221+188=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDBC is #532243. Grayscale: #CACACA. Windows color (decimal): -5448260 or 12377516. OLE color: 12377516.
HSL color Cylindrical-coordinate representation of color #ACDDBC: hue angle of 139.59º 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 #ACDDBC is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 188 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.13 |
| HSL | 139.59º | 0.42% | 0.77% | - |
| HSV(B) | 139.59º | 0.22% | 0.87% | - |
| XYZ | 51.95 | 64.11 | 57.21 | - |
| YUV | 202.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 188 | 0.22 | 0 | 0.15 | 0.13 | 139.59 | 0.42 | 0.77 |
| Hex | AC | DD | BC | 16 | 0 | F | D | 8C | 2A | 4D |
| Octal | 254 | 335 | 274 | 26 | 0 | 17 | 15 | 214 | 52 | 115 |
| Binary | 10101100 | 11011101 | 10111100 | 10110 | 0 | 1111 | 1101 | 10001100 | 101010 | 1001101 |
Color Harmonies of #ACDDBC
Complementary color
Monochromatic Colors of #ACDDBC
Black with #ACDDBC
Text Example
Text Example
White with #ACDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDBC; }
p { color: rgb(172,221,188); }
H1.HeaderClassName
{
color: #ACDDBC;
}
.AnyTagClassName
{
color: #ACDDBC;
}
</style>
background-color css
<style>
a { background-color: #ACDDBC; }
a { background-color: rgb(172,221,188); }
div.DivClassName
{
background-color: #ACDDBC;
}
.BgClassName
{
background-color: #ACDDBC;
}
</style>
border-color css
<style>
span { border-color: #ACDDBC; }
span { border-color: rgb(172,221,188); }
td.TdClassName
{
border-color: #ACDDBC;
}
.TagClassName
{
border-color: #ACDDBC;
}
</style>