Shades of Fringy Flower #ACE5BB
Tints of Fringy Flower #ACE5BB
RGB
CMYK
RGB Variations
Color information
#ACE5BB (or 0xACE5BB) is known color: Fringy Flower. HEX triplet: AC, E5 and BB. RGB value is (172,229,187). Sum of RGB (Red+Green+Blue) = 172+229+187=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5BB is #531A44. Grayscale: #CFCFCF. Windows color (decimal): -5446213 or 12314028. OLE color: 12314028.
HSL color Cylindrical-coordinate representation of color #ACE5BB: hue angle of 135.79º degrees, saturation: 0.52, 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 #ACE5BB is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 187 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.10 |
| HSL | 135.79º | 0.52% | 0.79% | - |
| HSV(B) | 135.79º | 0.25% | 0.9% | - |
| XYZ | 54 | 68.4 | 57.37 | - |
| YUV | 207.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 187 | 0.25 | 0 | 0.18 | 0.10 | 135.79 | 0.52 | 0.79 |
| Hex | AC | E5 | BB | 19 | 0 | 12 | A | 88 | 34 | 4F |
| Octal | 254 | 345 | 273 | 31 | 0 | 22 | 12 | 210 | 64 | 117 |
| Binary | 10101100 | 11100101 | 10111011 | 11001 | 0 | 10010 | 1010 | 10001000 | 110100 | 1001111 |
Color Harmonies of #ACE5BB
Complementary color
Monochromatic Colors of #ACE5BB
Black with #ACE5BB
Text Example
Text Example
White with #ACE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5BB; }
p { color: rgb(172,229,187); }
H1.HeaderClassName
{
color: #ACE5BB;
}
.AnyTagClassName
{
color: #ACE5BB;
}
</style>
background-color css
<style>
a { background-color: #ACE5BB; }
a { background-color: rgb(172,229,187); }
div.DivClassName
{
background-color: #ACE5BB;
}
.BgClassName
{
background-color: #ACE5BB;
}
</style>
border-color css
<style>
span { border-color: #ACE5BB; }
span { border-color: rgb(172,229,187); }
td.TdClassName
{
border-color: #ACE5BB;
}
.TagClassName
{
border-color: #ACE5BB;
}
</style>