Shades of Fringy Flower #ACE6BB
Tints of Fringy Flower #ACE6BB
RGB
CMYK
RGB Variations
Color information
#ACE6BB (or 0xACE6BB) is known color: Fringy Flower. HEX triplet: AC, E6 and BB. RGB value is (172,230,187). Sum of RGB (Red+Green+Blue) = 172+230+187=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6BB is #531944. Grayscale: #CFCFCF. Windows color (decimal): -5445957 or 12314284. OLE color: 12314284.
HSL color Cylindrical-coordinate representation of color #ACE6BB: hue angle of 135.52º 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 #ACE6BB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 187 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.10 |
| HSL | 135.52º | 0.54% | 0.79% | - |
| HSV(B) | 135.52º | 0.25% | 0.9% | - |
| XYZ | 54.28 | 68.95 | 57.46 | - |
| YUV | 207.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 187 | 0.25 | 0 | 0.19 | 0.10 | 135.52 | 0.54 | 0.79 |
| Hex | AC | E6 | BB | 19 | 0 | 13 | A | 88 | 36 | 4F |
| Octal | 254 | 346 | 273 | 31 | 0 | 23 | 12 | 210 | 66 | 117 |
| Binary | 10101100 | 11100110 | 10111011 | 11001 | 0 | 10011 | 1010 | 10001000 | 110110 | 1001111 |
Color Harmonies of #ACE6BB
Complementary color
Monochromatic Colors of #ACE6BB
Black with #ACE6BB
Text Example
Text Example
White with #ACE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6BB; }
p { color: rgb(172,230,187); }
H1.HeaderClassName
{
color: #ACE6BB;
}
.AnyTagClassName
{
color: #ACE6BB;
}
</style>
background-color css
<style>
a { background-color: #ACE6BB; }
a { background-color: rgb(172,230,187); }
div.DivClassName
{
background-color: #ACE6BB;
}
.BgClassName
{
background-color: #ACE6BB;
}
</style>
border-color css
<style>
span { border-color: #ACE6BB; }
span { border-color: rgb(172,230,187); }
td.TdClassName
{
border-color: #ACE6BB;
}
.TagClassName
{
border-color: #ACE6BB;
}
</style>