Shades of Fringy Flower #ACE6BA
Tints of Fringy Flower #ACE6BA
RGB
CMYK
RGB Variations
Color information
#ACE6BA (or 0xACE6BA) is known color: Fringy Flower. HEX triplet: AC, E6 and BA. RGB value is (172,230,186). Sum of RGB (Red+Green+Blue) = 172+230+186=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6BA is #531945. Grayscale: #CFCFCF. Windows color (decimal): -5445958 or 12248748. OLE color: 12248748.
HSL color Cylindrical-coordinate representation of color #ACE6BA: hue angle of 134.48º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6BA is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 186 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.10 |
| HSL | 134.48º | 0.54% | 0.79% | - |
| HSV(B) | 134.48º | 0.25% | 0.9% | - |
| XYZ | 54.17 | 68.91 | 56.9 | - |
| YUV | 207.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 186 | 0.25 | 0 | 0.19 | 0.10 | 134.48 | 0.54 | 0.79 |
| Hex | AC | E6 | BA | 19 | 0 | 13 | A | 86 | 36 | 4F |
| Octal | 254 | 346 | 272 | 31 | 0 | 23 | 12 | 206 | 66 | 117 |
| Binary | 10101100 | 11100110 | 10111010 | 11001 | 0 | 10011 | 1010 | 10000110 | 110110 | 1001111 |
Color Harmonies of #ACE6BA
Complementary color
Monochromatic Colors of #ACE6BA
Black with #ACE6BA
Text Example
Text Example
White with #ACE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6BA; }
p { color: rgb(172,230,186); }
H1.HeaderClassName
{
color: #ACE6BA;
}
.AnyTagClassName
{
color: #ACE6BA;
}
</style>
background-color css
<style>
a { background-color: #ACE6BA; }
a { background-color: rgb(172,230,186); }
div.DivClassName
{
background-color: #ACE6BA;
}
.BgClassName
{
background-color: #ACE6BA;
}
</style>
border-color css
<style>
span { border-color: #ACE6BA; }
span { border-color: rgb(172,230,186); }
td.TdClassName
{
border-color: #ACE6BA;
}
.TagClassName
{
border-color: #ACE6BA;
}
</style>