Shades of Fringy Flower #ACE2C0
Tints of Fringy Flower #ACE2C0
RGB
CMYK
RGB Variations
Color information
#ACE2C0 (or 0xACE2C0) is known color: Fringy Flower. HEX triplet: AC, E2 and C0. RGB value is (172,226,192). Sum of RGB (Red+Green+Blue) = 172+226+192=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2C0 is #531D3F. Grayscale: #CECECE. Windows color (decimal): -5446976 or 12640940. OLE color: 12640940.
HSL color Cylindrical-coordinate representation of color #ACE2C0: hue angle of 142.22º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE2C0 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 192 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.11 |
| HSL | 142.22º | 0.48% | 0.78% | - |
| HSV(B) | 142.22º | 0.24% | 0.89% | - |
| XYZ | 53.72 | 66.97 | 59.96 | - |
| YUV | 205.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 192 | 0.24 | 0 | 0.15 | 0.11 | 142.22 | 0.48 | 0.78 |
| Hex | AC | E2 | C0 | 18 | 0 | F | B | 8E | 30 | 4E |
| Octal | 254 | 342 | 300 | 30 | 0 | 17 | 13 | 216 | 60 | 116 |
| Binary | 10101100 | 11100010 | 11000000 | 11000 | 0 | 1111 | 1011 | 10001110 | 110000 | 1001110 |
Color Harmonies of #ACE2C0
Complementary color
Monochromatic Colors of #ACE2C0
Black with #ACE2C0
Text Example
Text Example
White with #ACE2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2C0; }
p { color: rgb(172,226,192); }
H1.HeaderClassName
{
color: #ACE2C0;
}
.AnyTagClassName
{
color: #ACE2C0;
}
</style>
background-color css
<style>
a { background-color: #ACE2C0; }
a { background-color: rgb(172,226,192); }
div.DivClassName
{
background-color: #ACE2C0;
}
.BgClassName
{
background-color: #ACE2C0;
}
</style>
border-color css
<style>
span { border-color: #ACE2C0; }
span { border-color: rgb(172,226,192); }
td.TdClassName
{
border-color: #ACE2C0;
}
.TagClassName
{
border-color: #ACE2C0;
}
</style>