Shades of Fringy Flower #ACF5BA
Tints of Fringy Flower #ACF5BA
RGB
CMYK
RGB Variations
Color information
#ACF5BA (or 0xACF5BA) is known color: Fringy Flower. HEX triplet: AC, F5 and BA. RGB value is (172,245,186). Sum of RGB (Red+Green+Blue) = 172+245+186=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5BA is #530A45. Grayscale: #D8D8D8. Windows color (decimal): -5442118 or 12252588. OLE color: 12252588.
HSL color Cylindrical-coordinate representation of color #ACF5BA: hue angle of 131.51º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5BA is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 186 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.04 |
| HSL | 131.51º | 0.78% | 0.82% | - |
| HSV(B) | 131.51º | 0.3% | 0.96% | - |
| XYZ | 58.53 | 77.62 | 58.35 | - |
| YUV | 216.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 186 | 0.30 | 0 | 0.24 | 0.04 | 131.51 | 0.78 | 0.82 |
| Hex | AC | F5 | BA | 1E | 0 | 18 | 4 | 84 | 4E | 52 |
| Octal | 254 | 365 | 272 | 36 | 0 | 30 | 4 | 204 | 116 | 122 |
| Binary | 10101100 | 11110101 | 10111010 | 11110 | 0 | 11000 | 100 | 10000100 | 1001110 | 1010010 |
Color Harmonies of #ACF5BA
Complementary color
Monochromatic Colors of #ACF5BA
Black with #ACF5BA
Text Example
Text Example
White with #ACF5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5BA; }
p { color: rgb(172,245,186); }
H1.HeaderClassName
{
color: #ACF5BA;
}
.AnyTagClassName
{
color: #ACF5BA;
}
</style>
background-color css
<style>
a { background-color: #ACF5BA; }
a { background-color: rgb(172,245,186); }
div.DivClassName
{
background-color: #ACF5BA;
}
.BgClassName
{
background-color: #ACF5BA;
}
</style>
border-color css
<style>
span { border-color: #ACF5BA; }
span { border-color: rgb(172,245,186); }
td.TdClassName
{
border-color: #ACF5BA;
}
.TagClassName
{
border-color: #ACF5BA;
}
</style>