Shades of Fringy Flower #ACF3BB
Tints of Fringy Flower #ACF3BB
RGB
CMYK
RGB Variations
Color information
#ACF3BB (or 0xACF3BB) is known color: Fringy Flower. HEX triplet: AC, F3 and BB. RGB value is (172,243,187). Sum of RGB (Red+Green+Blue) = 172+243+187=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3BB is #530C44. Grayscale: #D7D7D7. Windows color (decimal): -5442629 or 12317612. OLE color: 12317612.
HSL color Cylindrical-coordinate representation of color #ACF3BB: hue angle of 132.68º 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 #ACF3BB is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 187 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.05 |
| HSL | 132.68º | 0.75% | 0.81% | - |
| HSV(B) | 132.68º | 0.29% | 0.95% | - |
| XYZ | 58.03 | 76.46 | 58.71 | - |
| YUV | 215.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 187 | 0.29 | 0 | 0.23 | 0.05 | 132.68 | 0.75 | 0.81 |
| Hex | AC | F3 | BB | 1D | 0 | 17 | 5 | 85 | 4B | 51 |
| Octal | 254 | 363 | 273 | 35 | 0 | 27 | 5 | 205 | 113 | 121 |
| Binary | 10101100 | 11110011 | 10111011 | 11101 | 0 | 10111 | 101 | 10000101 | 1001011 | 1010001 |
Color Harmonies of #ACF3BB
Complementary color
Monochromatic Colors of #ACF3BB
Black with #ACF3BB
Text Example
Text Example
White with #ACF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3BB; }
p { color: rgb(172,243,187); }
H1.HeaderClassName
{
color: #ACF3BB;
}
.AnyTagClassName
{
color: #ACF3BB;
}
</style>
background-color css
<style>
a { background-color: #ACF3BB; }
a { background-color: rgb(172,243,187); }
div.DivClassName
{
background-color: #ACF3BB;
}
.BgClassName
{
background-color: #ACF3BB;
}
</style>
border-color css
<style>
span { border-color: #ACF3BB; }
span { border-color: rgb(172,243,187); }
td.TdClassName
{
border-color: #ACF3BB;
}
.TagClassName
{
border-color: #ACF3BB;
}
</style>