Shades of Fringy Flower #ACE2B8
Tints of Fringy Flower #ACE2B8
RGB
CMYK
RGB Variations
Color information
#ACE2B8 (or 0xACE2B8) is known color: Fringy Flower. HEX triplet: AC, E2 and B8. RGB value is (172,226,184). Sum of RGB (Red+Green+Blue) = 172+226+184=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2B8 is #531D47. Grayscale: #CDCDCD. Windows color (decimal): -5446984 or 12116652. OLE color: 12116652.
HSL color Cylindrical-coordinate representation of color #ACE2B8: hue angle of 133.33º 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 #ACE2B8 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 184 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.11 |
| HSL | 133.33º | 0.48% | 0.78% | - |
| HSV(B) | 133.33º | 0.24% | 0.89% | - |
| XYZ | 52.86 | 66.62 | 55.42 | - |
| YUV | 205.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 184 | 0.24 | 0 | 0.19 | 0.11 | 133.33 | 0.48 | 0.78 |
| Hex | AC | E2 | B8 | 18 | 0 | 13 | B | 85 | 30 | 4E |
| Octal | 254 | 342 | 270 | 30 | 0 | 23 | 13 | 205 | 60 | 116 |
| Binary | 10101100 | 11100010 | 10111000 | 11000 | 0 | 10011 | 1011 | 10000101 | 110000 | 1001110 |
Color Harmonies of #ACE2B8
Complementary color
Monochromatic Colors of #ACE2B8
Black with #ACE2B8
Text Example
Text Example
White with #ACE2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2B8; }
p { color: rgb(172,226,184); }
H1.HeaderClassName
{
color: #ACE2B8;
}
.AnyTagClassName
{
color: #ACE2B8;
}
</style>
background-color css
<style>
a { background-color: #ACE2B8; }
a { background-color: rgb(172,226,184); }
div.DivClassName
{
background-color: #ACE2B8;
}
.BgClassName
{
background-color: #ACE2B8;
}
</style>
border-color css
<style>
span { border-color: #ACE2B8; }
span { border-color: rgb(172,226,184); }
td.TdClassName
{
border-color: #ACE2B8;
}
.TagClassName
{
border-color: #ACE2B8;
}
</style>