Shades of Fringy Flower #ACE9BB
Tints of Fringy Flower #ACE9BB
RGB
CMYK
RGB Variations
Color information
#ACE9BB (or 0xACE9BB) is known color: Fringy Flower. HEX triplet: AC, E9 and BB. RGB value is (172,233,187). Sum of RGB (Red+Green+Blue) = 172+233+187=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9BB is #531644. Grayscale: #D1D1D1. Windows color (decimal): -5445189 or 12315052. OLE color: 12315052.
HSL color Cylindrical-coordinate representation of color #ACE9BB: hue angle of 134.75º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9BB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 187 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.09 |
| HSL | 134.75º | 0.58% | 0.79% | - |
| HSV(B) | 134.75º | 0.26% | 0.91% | - |
| XYZ | 55.12 | 70.64 | 57.74 | - |
| YUV | 209.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 187 | 0.26 | 0 | 0.20 | 0.09 | 134.75 | 0.58 | 0.79 |
| Hex | AC | E9 | BB | 1A | 0 | 14 | 9 | 87 | 3A | 4F |
| Octal | 254 | 351 | 273 | 32 | 0 | 24 | 11 | 207 | 72 | 117 |
| Binary | 10101100 | 11101001 | 10111011 | 11010 | 0 | 10100 | 1001 | 10000111 | 111010 | 1001111 |
Color Harmonies of #ACE9BB
Complementary color
Monochromatic Colors of #ACE9BB
Black with #ACE9BB
Text Example
Text Example
White with #ACE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9BB; }
p { color: rgb(172,233,187); }
H1.HeaderClassName
{
color: #ACE9BB;
}
.AnyTagClassName
{
color: #ACE9BB;
}
</style>
background-color css
<style>
a { background-color: #ACE9BB; }
a { background-color: rgb(172,233,187); }
div.DivClassName
{
background-color: #ACE9BB;
}
.BgClassName
{
background-color: #ACE9BB;
}
</style>
border-color css
<style>
span { border-color: #ACE9BB; }
span { border-color: rgb(172,233,187); }
td.TdClassName
{
border-color: #ACE9BB;
}
.TagClassName
{
border-color: #ACE9BB;
}
</style>