Shades of Fringy Flower #ACFBC2
Tints of Fringy Flower #ACFBC2
RGB
CMYK
RGB Variations
Color information
#ACFBC2 (or 0xACFBC2) is known color: Fringy Flower. HEX triplet: AC, FB and C2. RGB value is (172,251,194). Sum of RGB (Red+Green+Blue) = 172+251+194=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBC2 is #53043D. Grayscale: #DDDDDD. Windows color (decimal): -5440574 or 12778412. OLE color: 12778412.
HSL color Cylindrical-coordinate representation of color #ACFBC2: hue angle of 136.71º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBC2 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 194 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.02 |
| HSL | 136.71º | 0.91% | 0.83% | - |
| HSV(B) | 136.71º | 0.31% | 0.98% | - |
| XYZ | 61.25 | 81.66 | 63.57 | - |
| YUV | 220.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 194 | 0.31 | 0 | 0.23 | 0.02 | 136.71 | 0.91 | 0.83 |
| Hex | AC | FB | C2 | 1F | 0 | 17 | 2 | 89 | 5B | 53 |
| Octal | 254 | 373 | 302 | 37 | 0 | 27 | 2 | 211 | 133 | 123 |
| Binary | 10101100 | 11111011 | 11000010 | 11111 | 0 | 10111 | 10 | 10001001 | 1011011 | 1010011 |
Color Harmonies of #ACFBC2
Complementary color
Monochromatic Colors of #ACFBC2
Black with #ACFBC2
Text Example
Text Example
White with #ACFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBC2; }
p { color: rgb(172,251,194); }
H1.HeaderClassName
{
color: #ACFBC2;
}
.AnyTagClassName
{
color: #ACFBC2;
}
</style>
background-color css
<style>
a { background-color: #ACFBC2; }
a { background-color: rgb(172,251,194); }
div.DivClassName
{
background-color: #ACFBC2;
}
.BgClassName
{
background-color: #ACFBC2;
}
</style>
border-color css
<style>
span { border-color: #ACFBC2; }
span { border-color: rgb(172,251,194); }
td.TdClassName
{
border-color: #ACFBC2;
}
.TagClassName
{
border-color: #ACFBC2;
}
</style>