Shades of Fringy Flower #ACE0B6
Tints of Fringy Flower #ACE0B6
RGB
CMYK
RGB Variations
Color information
#ACE0B6 (or 0xACE0B6) is known color: Fringy Flower. HEX triplet: AC, E0 and B6. RGB value is (172,224,182). Sum of RGB (Red+Green+Blue) = 172+224+182=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0B6 is #531F49. Grayscale: #CBCBCB. Windows color (decimal): -5447498 or 11985068. OLE color: 11985068.
HSL color Cylindrical-coordinate representation of color #ACE0B6: hue angle of 131.54º 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 #ACE0B6 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 182 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.12 |
| HSL | 131.54º | 0.46% | 0.78% | - |
| HSV(B) | 131.54º | 0.23% | 0.88% | - |
| XYZ | 52.11 | 65.46 | 54.14 | - |
| YUV | 203.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 182 | 0.23 | 0 | 0.19 | 0.12 | 131.54 | 0.46 | 0.78 |
| Hex | AC | E0 | B6 | 17 | 0 | 13 | C | 84 | 2E | 4E |
| Octal | 254 | 340 | 266 | 27 | 0 | 23 | 14 | 204 | 56 | 116 |
| Binary | 10101100 | 11100000 | 10110110 | 10111 | 0 | 10011 | 1100 | 10000100 | 101110 | 1001110 |
Color Harmonies of #ACE0B6
Complementary color
Monochromatic Colors of #ACE0B6
Black with #ACE0B6
Text Example
Text Example
White with #ACE0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0B6; }
p { color: rgb(172,224,182); }
H1.HeaderClassName
{
color: #ACE0B6;
}
.AnyTagClassName
{
color: #ACE0B6;
}
</style>
background-color css
<style>
a { background-color: #ACE0B6; }
a { background-color: rgb(172,224,182); }
div.DivClassName
{
background-color: #ACE0B6;
}
.BgClassName
{
background-color: #ACE0B6;
}
</style>
border-color css
<style>
span { border-color: #ACE0B6; }
span { border-color: rgb(172,224,182); }
td.TdClassName
{
border-color: #ACE0B6;
}
.TagClassName
{
border-color: #ACE0B6;
}
</style>