Shades of Fringy Flower #ACF5BB
Tints of Fringy Flower #ACF5BB
RGB
CMYK
RGB Variations
Color information
#ACF5BB (or 0xACF5BB) is known color: Fringy Flower. HEX triplet: AC, F5 and BB. RGB value is (172,245,187). Sum of RGB (Red+Green+Blue) = 172+245+187=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5BB is #530A44. Grayscale: #D8D8D8. Windows color (decimal): -5442117 or 12318124. OLE color: 12318124.
HSL color Cylindrical-coordinate representation of color #ACF5BB: hue angle of 132.33º 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 #ACF5BB is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 187 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.04 |
| HSL | 132.33º | 0.78% | 0.82% | - |
| HSV(B) | 132.33º | 0.3% | 0.96% | - |
| XYZ | 58.64 | 77.66 | 58.91 | - |
| YUV | 216.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 187 | 0.30 | 0 | 0.24 | 0.04 | 132.33 | 0.78 | 0.82 |
| Hex | AC | F5 | BB | 1E | 0 | 18 | 4 | 84 | 4E | 52 |
| Octal | 254 | 365 | 273 | 36 | 0 | 30 | 4 | 204 | 116 | 122 |
| Binary | 10101100 | 11110101 | 10111011 | 11110 | 0 | 11000 | 100 | 10000100 | 1001110 | 1010010 |
Color Harmonies of #ACF5BB
Complementary color
Monochromatic Colors of #ACF5BB
Black with #ACF5BB
Text Example
Text Example
White with #ACF5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5BB; }
p { color: rgb(172,245,187); }
H1.HeaderClassName
{
color: #ACF5BB;
}
.AnyTagClassName
{
color: #ACF5BB;
}
</style>
background-color css
<style>
a { background-color: #ACF5BB; }
a { background-color: rgb(172,245,187); }
div.DivClassName
{
background-color: #ACF5BB;
}
.BgClassName
{
background-color: #ACF5BB;
}
</style>
border-color css
<style>
span { border-color: #ACF5BB; }
span { border-color: rgb(172,245,187); }
td.TdClassName
{
border-color: #ACF5BB;
}
.TagClassName
{
border-color: #ACF5BB;
}
</style>