Shades of Fringy Flower #ACDEBF
Tints of Fringy Flower #ACDEBF
RGB
CMYK
RGB Variations
Color information
#ACDEBF (or 0xACDEBF) is known color: Fringy Flower. HEX triplet: AC, DE and BF. RGB value is (172,222,191). Sum of RGB (Red+Green+Blue) = 172+222+191=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEBF is #532140. Grayscale: #CBCBCB. Windows color (decimal): -5448001 or 12574380. OLE color: 12574380.
HSL color Cylindrical-coordinate representation of color #ACDEBF: hue angle of 142.8º degrees, saturation: 0.43, 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 #ACDEBF is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 191 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.13 |
| HSL | 142.8º | 0.43% | 0.77% | - |
| HSV(B) | 142.8º | 0.23% | 0.87% | - |
| XYZ | 52.54 | 64.77 | 59.02 | - |
| YUV | 203.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 191 | 0.23 | 0 | 0.14 | 0.13 | 142.8 | 0.43 | 0.77 |
| Hex | AC | DE | BF | 17 | 0 | E | D | 8F | 2B | 4D |
| Octal | 254 | 336 | 277 | 27 | 0 | 16 | 15 | 217 | 53 | 115 |
| Binary | 10101100 | 11011110 | 10111111 | 10111 | 0 | 1110 | 1101 | 10001111 | 101011 | 1001101 |
Color Harmonies of #ACDEBF
Complementary color
Monochromatic Colors of #ACDEBF
Black with #ACDEBF
Text Example
Text Example
White with #ACDEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEBF; }
p { color: rgb(172,222,191); }
H1.HeaderClassName
{
color: #ACDEBF;
}
.AnyTagClassName
{
color: #ACDEBF;
}
</style>
background-color css
<style>
a { background-color: #ACDEBF; }
a { background-color: rgb(172,222,191); }
div.DivClassName
{
background-color: #ACDEBF;
}
.BgClassName
{
background-color: #ACDEBF;
}
</style>
border-color css
<style>
span { border-color: #ACDEBF; }
span { border-color: rgb(172,222,191); }
td.TdClassName
{
border-color: #ACDEBF;
}
.TagClassName
{
border-color: #ACDEBF;
}
</style>