Shades of Fringy Flower #ACE2BD
Tints of Fringy Flower #ACE2BD
RGB
CMYK
RGB Variations
Color information
#ACE2BD (or 0xACE2BD) is known color: Fringy Flower. HEX triplet: AC, E2 and BD. RGB value is (172,226,189). Sum of RGB (Red+Green+Blue) = 172+226+189=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2BD is #531D42. Grayscale: #CDCDCD. Windows color (decimal): -5446979 or 12444332. OLE color: 12444332.
HSL color Cylindrical-coordinate representation of color #ACE2BD: hue angle of 138.89º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE2BD is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 189 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.11 |
| HSL | 138.89º | 0.48% | 0.78% | - |
| HSV(B) | 138.89º | 0.24% | 0.89% | - |
| XYZ | 53.39 | 66.84 | 58.23 | - |
| YUV | 205.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 189 | 0.24 | 0 | 0.16 | 0.11 | 138.89 | 0.48 | 0.78 |
| Hex | AC | E2 | BD | 18 | 0 | 10 | B | 8B | 30 | 4E |
| Octal | 254 | 342 | 275 | 30 | 0 | 20 | 13 | 213 | 60 | 116 |
| Binary | 10101100 | 11100010 | 10111101 | 11000 | 0 | 10000 | 1011 | 10001011 | 110000 | 1001110 |
Color Harmonies of #ACE2BD
Complementary color
Monochromatic Colors of #ACE2BD
Black with #ACE2BD
Text Example
Text Example
White with #ACE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2BD; }
p { color: rgb(172,226,189); }
H1.HeaderClassName
{
color: #ACE2BD;
}
.AnyTagClassName
{
color: #ACE2BD;
}
</style>
background-color css
<style>
a { background-color: #ACE2BD; }
a { background-color: rgb(172,226,189); }
div.DivClassName
{
background-color: #ACE2BD;
}
.BgClassName
{
background-color: #ACE2BD;
}
</style>
border-color css
<style>
span { border-color: #ACE2BD; }
span { border-color: rgb(172,226,189); }
td.TdClassName
{
border-color: #ACE2BD;
}
.TagClassName
{
border-color: #ACE2BD;
}
</style>