Shades of Fringy Flower #ACE0C1
Tints of Fringy Flower #ACE0C1
RGB
CMYK
RGB Variations
Color information
#ACE0C1 (or 0xACE0C1) is known color: Fringy Flower. HEX triplet: AC, E0 and C1. RGB value is (172,224,193). Sum of RGB (Red+Green+Blue) = 172+224+193=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0C1 is #531F3E. Grayscale: #CCCCCC. Windows color (decimal): -5447487 or 12705964. OLE color: 12705964.
HSL color Cylindrical-coordinate representation of color #ACE0C1: hue angle of 144.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0C1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 193 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.12 |
| HSL | 144.23º | 0.46% | 0.78% | - |
| HSV(B) | 144.23º | 0.23% | 0.88% | - |
| XYZ | 53.29 | 65.93 | 60.37 | - |
| YUV | 204.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 193 | 0.23 | 0 | 0.14 | 0.12 | 144.23 | 0.46 | 0.78 |
| Hex | AC | E0 | C1 | 17 | 0 | E | C | 90 | 2E | 4E |
| Octal | 254 | 340 | 301 | 27 | 0 | 16 | 14 | 220 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11000001 | 10111 | 0 | 1110 | 1100 | 10010000 | 101110 | 1001110 |
Color Harmonies of #ACE0C1
Complementary color
Monochromatic Colors of #ACE0C1
Black with #ACE0C1
Text Example
Text Example
White with #ACE0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0C1; }
p { color: rgb(172,224,193); }
H1.HeaderClassName
{
color: #ACE0C1;
}
.AnyTagClassName
{
color: #ACE0C1;
}
</style>
background-color css
<style>
a { background-color: #ACE0C1; }
a { background-color: rgb(172,224,193); }
div.DivClassName
{
background-color: #ACE0C1;
}
.BgClassName
{
background-color: #ACE0C1;
}
</style>
border-color css
<style>
span { border-color: #ACE0C1; }
span { border-color: rgb(172,224,193); }
td.TdClassName
{
border-color: #ACE0C1;
}
.TagClassName
{
border-color: #ACE0C1;
}
</style>