Shades of Fringy Flower #ACE2B5
Tints of Fringy Flower #ACE2B5
RGB
CMYK
RGB Variations
Color information
#ACE2B5 (or 0xACE2B5) is known color: Fringy Flower. HEX triplet: AC, E2 and B5. RGB value is (172,226,181). Sum of RGB (Red+Green+Blue) = 172+226+181=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2B5 is #531D4A. Grayscale: #CCCCCC. Windows color (decimal): -5446987 or 11920044. OLE color: 11920044.
HSL color Cylindrical-coordinate representation of color #ACE2B5: hue angle of 130º 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 #ACE2B5 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 181 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.11 |
| HSL | 130º | 0.48% | 0.78% | - |
| HSV(B) | 130º | 0.24% | 0.89% | - |
| XYZ | 52.55 | 66.5 | 53.78 | - |
| YUV | 204.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 181 | 0.24 | 0 | 0.20 | 0.11 | 130 | 0.48 | 0.78 |
| Hex | AC | E2 | B5 | 18 | 0 | 14 | B | 82 | 30 | 4E |
| Octal | 254 | 342 | 265 | 30 | 0 | 24 | 13 | 202 | 60 | 116 |
| Binary | 10101100 | 11100010 | 10110101 | 11000 | 0 | 10100 | 1011 | 10000010 | 110000 | 1001110 |
Color Harmonies of #ACE2B5
Complementary color
Monochromatic Colors of #ACE2B5
Black with #ACE2B5
Text Example
Text Example
White with #ACE2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2B5; }
p { color: rgb(172,226,181); }
H1.HeaderClassName
{
color: #ACE2B5;
}
.AnyTagClassName
{
color: #ACE2B5;
}
</style>
background-color css
<style>
a { background-color: #ACE2B5; }
a { background-color: rgb(172,226,181); }
div.DivClassName
{
background-color: #ACE2B5;
}
.BgClassName
{
background-color: #ACE2B5;
}
</style>
border-color css
<style>
span { border-color: #ACE2B5; }
span { border-color: rgb(172,226,181); }
td.TdClassName
{
border-color: #ACE2B5;
}
.TagClassName
{
border-color: #ACE2B5;
}
</style>