Shades of Fringy Flower #ACF7BF
Tints of Fringy Flower #ACF7BF
RGB
CMYK
RGB Variations
Color information
#ACF7BF (or 0xACF7BF) is known color: Fringy Flower. HEX triplet: AC, F7 and BF. RGB value is (172,247,191). Sum of RGB (Red+Green+Blue) = 172+247+191=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7BF is #530840. Grayscale: #DADADA. Windows color (decimal): -5441601 or 12580780. OLE color: 12580780.
HSL color Cylindrical-coordinate representation of color #ACF7BF: hue angle of 135.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7BF is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 191 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.03 |
| HSL | 135.2º | 0.82% | 0.82% | - |
| HSV(B) | 135.2º | 0.3% | 0.97% | - |
| XYZ | 59.68 | 79.05 | 61.4 | - |
| YUV | 218.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 191 | 0.30 | 0 | 0.23 | 0.03 | 135.2 | 0.82 | 0.82 |
| Hex | AC | F7 | BF | 1E | 0 | 17 | 3 | 87 | 52 | 52 |
| Octal | 254 | 367 | 277 | 36 | 0 | 27 | 3 | 207 | 122 | 122 |
| Binary | 10101100 | 11110111 | 10111111 | 11110 | 0 | 10111 | 11 | 10000111 | 1010010 | 1010010 |
Color Harmonies of #ACF7BF
Complementary color
Monochromatic Colors of #ACF7BF
Black with #ACF7BF
Text Example
Text Example
White with #ACF7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7BF; }
p { color: rgb(172,247,191); }
H1.HeaderClassName
{
color: #ACF7BF;
}
.AnyTagClassName
{
color: #ACF7BF;
}
</style>
background-color css
<style>
a { background-color: #ACF7BF; }
a { background-color: rgb(172,247,191); }
div.DivClassName
{
background-color: #ACF7BF;
}
.BgClassName
{
background-color: #ACF7BF;
}
</style>
border-color css
<style>
span { border-color: #ACF7BF; }
span { border-color: rgb(172,247,191); }
td.TdClassName
{
border-color: #ACF7BF;
}
.TagClassName
{
border-color: #ACF7BF;
}
</style>