Shades of Fringy Flower #ACE1BB
Tints of Fringy Flower #ACE1BB
RGB
CMYK
RGB Variations
Color information
#ACE1BB (or 0xACE1BB) is known color: Fringy Flower. HEX triplet: AC, E1 and BB. RGB value is (172,225,187). Sum of RGB (Red+Green+Blue) = 172+225+187=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1BB is #531E44. Grayscale: #CCCCCC. Windows color (decimal): -5447237 or 12313004. OLE color: 12313004.
HSL color Cylindrical-coordinate representation of color #ACE1BB: hue angle of 136.98º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1BB is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 187 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.12 |
| HSL | 136.98º | 0.47% | 0.78% | - |
| HSV(B) | 136.98º | 0.24% | 0.88% | - |
| XYZ | 52.91 | 66.21 | 57 | - |
| YUV | 204.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 187 | 0.24 | 0 | 0.17 | 0.12 | 136.98 | 0.47 | 0.78 |
| Hex | AC | E1 | BB | 18 | 0 | 11 | C | 89 | 2F | 4E |
| Octal | 254 | 341 | 273 | 30 | 0 | 21 | 14 | 211 | 57 | 116 |
| Binary | 10101100 | 11100001 | 10111011 | 11000 | 0 | 10001 | 1100 | 10001001 | 101111 | 1001110 |
Color Harmonies of #ACE1BB
Complementary color
Monochromatic Colors of #ACE1BB
Black with #ACE1BB
Text Example
Text Example
White with #ACE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1BB; }
p { color: rgb(172,225,187); }
H1.HeaderClassName
{
color: #ACE1BB;
}
.AnyTagClassName
{
color: #ACE1BB;
}
</style>
background-color css
<style>
a { background-color: #ACE1BB; }
a { background-color: rgb(172,225,187); }
div.DivClassName
{
background-color: #ACE1BB;
}
.BgClassName
{
background-color: #ACE1BB;
}
</style>
border-color css
<style>
span { border-color: #ACE1BB; }
span { border-color: rgb(172,225,187); }
td.TdClassName
{
border-color: #ACE1BB;
}
.TagClassName
{
border-color: #ACE1BB;
}
</style>