Shades of Fringy Flower #ACF3BF
Tints of Fringy Flower #ACF3BF
RGB
CMYK
RGB Variations
Color information
#ACF3BF (or 0xACF3BF) is known color: Fringy Flower. HEX triplet: AC, F3 and BF. RGB value is (172,243,191). Sum of RGB (Red+Green+Blue) = 172+243+191=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3BF is #530C40. Grayscale: #D7D7D7. Windows color (decimal): -5442625 or 12579756. OLE color: 12579756.
HSL color Cylindrical-coordinate representation of color #ACF3BF: hue angle of 136.06º degrees, saturation: 0.75, 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 #ACF3BF is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 191 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.05 |
| HSL | 136.06º | 0.75% | 0.81% | - |
| HSV(B) | 136.06º | 0.29% | 0.95% | - |
| XYZ | 58.47 | 76.63 | 61 | - |
| YUV | 215.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 191 | 0.29 | 0 | 0.21 | 0.05 | 136.06 | 0.75 | 0.81 |
| Hex | AC | F3 | BF | 1D | 0 | 15 | 5 | 88 | 4B | 51 |
| Octal | 254 | 363 | 277 | 35 | 0 | 25 | 5 | 210 | 113 | 121 |
| Binary | 10101100 | 11110011 | 10111111 | 11101 | 0 | 10101 | 101 | 10001000 | 1001011 | 1010001 |
Color Harmonies of #ACF3BF
Complementary color
Monochromatic Colors of #ACF3BF
Black with #ACF3BF
Text Example
Text Example
White with #ACF3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3BF; }
p { color: rgb(172,243,191); }
H1.HeaderClassName
{
color: #ACF3BF;
}
.AnyTagClassName
{
color: #ACF3BF;
}
</style>
background-color css
<style>
a { background-color: #ACF3BF; }
a { background-color: rgb(172,243,191); }
div.DivClassName
{
background-color: #ACF3BF;
}
.BgClassName
{
background-color: #ACF3BF;
}
</style>
border-color css
<style>
span { border-color: #ACF3BF; }
span { border-color: rgb(172,243,191); }
td.TdClassName
{
border-color: #ACF3BF;
}
.TagClassName
{
border-color: #ACF3BF;
}
</style>