Shades of Fringy Flower #ACF1BC
Tints of Fringy Flower #ACF1BC
RGB
CMYK
RGB Variations
Color information
#ACF1BC (or 0xACF1BC) is known color: Fringy Flower. HEX triplet: AC, F1 and BC. RGB value is (172,241,188). Sum of RGB (Red+Green+Blue) = 172+241+188=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1BC is #530E43. Grayscale: #D6D6D6. Windows color (decimal): -5443140 or 12382636. OLE color: 12382636.
HSL color Cylindrical-coordinate representation of color #ACF1BC: hue angle of 133.91º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1BC is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 188 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.05 |
| HSL | 133.91º | 0.71% | 0.81% | - |
| HSV(B) | 133.91º | 0.29% | 0.95% | - |
| XYZ | 57.55 | 75.31 | 59.08 | - |
| YUV | 214.33 | 113.14 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 188 | 0.29 | 0 | 0.22 | 0.05 | 133.91 | 0.71 | 0.81 |
| Hex | AC | F1 | BC | 1D | 0 | 16 | 5 | 86 | 47 | 51 |
| Octal | 254 | 361 | 274 | 35 | 0 | 26 | 5 | 206 | 107 | 121 |
| Binary | 10101100 | 11110001 | 10111100 | 11101 | 0 | 10110 | 101 | 10000110 | 1000111 | 1010001 |
Color Harmonies of #ACF1BC
Complementary color
Monochromatic Colors of #ACF1BC
Black with #ACF1BC
Text Example
Text Example
White with #ACF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1BC; }
p { color: rgb(172,241,188); }
H1.HeaderClassName
{
color: #ACF1BC;
}
.AnyTagClassName
{
color: #ACF1BC;
}
</style>
background-color css
<style>
a { background-color: #ACF1BC; }
a { background-color: rgb(172,241,188); }
div.DivClassName
{
background-color: #ACF1BC;
}
.BgClassName
{
background-color: #ACF1BC;
}
</style>
border-color css
<style>
span { border-color: #ACF1BC; }
span { border-color: rgb(172,241,188); }
td.TdClassName
{
border-color: #ACF1BC;
}
.TagClassName
{
border-color: #ACF1BC;
}
</style>