Shades of Fringy Flower #ACE1BF
Tints of Fringy Flower #ACE1BF
RGB
CMYK
RGB Variations
Color information
#ACE1BF (or 0xACE1BF) is known color: Fringy Flower. HEX triplet: AC, E1 and BF. RGB value is (172,225,191). Sum of RGB (Red+Green+Blue) = 172+225+191=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1BF is #531E40. Grayscale: #CDCDCD. Windows color (decimal): -5447233 or 12575148. OLE color: 12575148.
HSL color Cylindrical-coordinate representation of color #ACE1BF: hue angle of 141.51º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1BF is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 191 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.12 |
| HSL | 141.51º | 0.47% | 0.78% | - |
| HSV(B) | 141.51º | 0.24% | 0.88% | - |
| XYZ | 53.34 | 66.38 | 59.29 | - |
| YUV | 205.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 191 | 0.24 | 0 | 0.15 | 0.12 | 141.51 | 0.47 | 0.78 |
| Hex | AC | E1 | BF | 18 | 0 | F | C | 8E | 2F | 4E |
| Octal | 254 | 341 | 277 | 30 | 0 | 17 | 14 | 216 | 57 | 116 |
| Binary | 10101100 | 11100001 | 10111111 | 11000 | 0 | 1111 | 1100 | 10001110 | 101111 | 1001110 |
Color Harmonies of #ACE1BF
Complementary color
Monochromatic Colors of #ACE1BF
Black with #ACE1BF
Text Example
Text Example
White with #ACE1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1BF; }
p { color: rgb(172,225,191); }
H1.HeaderClassName
{
color: #ACE1BF;
}
.AnyTagClassName
{
color: #ACE1BF;
}
</style>
background-color css
<style>
a { background-color: #ACE1BF; }
a { background-color: rgb(172,225,191); }
div.DivClassName
{
background-color: #ACE1BF;
}
.BgClassName
{
background-color: #ACE1BF;
}
</style>
border-color css
<style>
span { border-color: #ACE1BF; }
span { border-color: rgb(172,225,191); }
td.TdClassName
{
border-color: #ACE1BF;
}
.TagClassName
{
border-color: #ACE1BF;
}
</style>