Shades of Fringy Flower #ACE2C1
Tints of Fringy Flower #ACE2C1
RGB
CMYK
RGB Variations
Color information
#ACE2C1 (or 0xACE2C1) is known color: Fringy Flower. HEX triplet: AC, E2 and C1. RGB value is (172,226,193). Sum of RGB (Red+Green+Blue) = 172+226+193=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2C1 is #531D3E. Grayscale: #CECECE. Windows color (decimal): -5446975 or 12706476. OLE color: 12706476.
HSL color Cylindrical-coordinate representation of color #ACE2C1: hue angle of 143.33º 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 #ACE2C1 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 193 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.11 |
| HSL | 143.33º | 0.48% | 0.78% | - |
| HSV(B) | 143.33º | 0.24% | 0.89% | - |
| XYZ | 53.84 | 67.01 | 60.55 | - |
| YUV | 206.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 193 | 0.24 | 0 | 0.15 | 0.11 | 143.33 | 0.48 | 0.78 |
| Hex | AC | E2 | C1 | 18 | 0 | F | B | 8F | 30 | 4E |
| Octal | 254 | 342 | 301 | 30 | 0 | 17 | 13 | 217 | 60 | 116 |
| Binary | 10101100 | 11100010 | 11000001 | 11000 | 0 | 1111 | 1011 | 10001111 | 110000 | 1001110 |
Color Harmonies of #ACE2C1
Complementary color
Monochromatic Colors of #ACE2C1
Black with #ACE2C1
Text Example
Text Example
White with #ACE2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2C1; }
p { color: rgb(172,226,193); }
H1.HeaderClassName
{
color: #ACE2C1;
}
.AnyTagClassName
{
color: #ACE2C1;
}
</style>
background-color css
<style>
a { background-color: #ACE2C1; }
a { background-color: rgb(172,226,193); }
div.DivClassName
{
background-color: #ACE2C1;
}
.BgClassName
{
background-color: #ACE2C1;
}
</style>
border-color css
<style>
span { border-color: #ACE2C1; }
span { border-color: rgb(172,226,193); }
td.TdClassName
{
border-color: #ACE2C1;
}
.TagClassName
{
border-color: #ACE2C1;
}
</style>