Shades of Fringy Flower #ACF3BD
Tints of Fringy Flower #ACF3BD
RGB
CMYK
RGB Variations
Color information
#ACF3BD (or 0xACF3BD) is known color: Fringy Flower. HEX triplet: AC, F3 and BD. RGB value is (172,243,189). Sum of RGB (Red+Green+Blue) = 172+243+189=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3BD is #530C42. Grayscale: #D7D7D7. Windows color (decimal): -5442627 or 12448684. OLE color: 12448684.
HSL color Cylindrical-coordinate representation of color #ACF3BD: hue angle of 134.37º 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 #ACF3BD is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 189 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.05 |
| HSL | 134.37º | 0.75% | 0.81% | - |
| HSV(B) | 134.37º | 0.29% | 0.95% | - |
| XYZ | 58.25 | 76.55 | 59.85 | - |
| YUV | 215.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 189 | 0.29 | 0 | 0.22 | 0.05 | 134.37 | 0.75 | 0.81 |
| Hex | AC | F3 | BD | 1D | 0 | 16 | 5 | 86 | 4B | 51 |
| Octal | 254 | 363 | 275 | 35 | 0 | 26 | 5 | 206 | 113 | 121 |
| Binary | 10101100 | 11110011 | 10111101 | 11101 | 0 | 10110 | 101 | 10000110 | 1001011 | 1010001 |
Color Harmonies of #ACF3BD
Complementary color
Monochromatic Colors of #ACF3BD
Black with #ACF3BD
Text Example
Text Example
White with #ACF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3BD; }
p { color: rgb(172,243,189); }
H1.HeaderClassName
{
color: #ACF3BD;
}
.AnyTagClassName
{
color: #ACF3BD;
}
</style>
background-color css
<style>
a { background-color: #ACF3BD; }
a { background-color: rgb(172,243,189); }
div.DivClassName
{
background-color: #ACF3BD;
}
.BgClassName
{
background-color: #ACF3BD;
}
</style>
border-color css
<style>
span { border-color: #ACF3BD; }
span { border-color: rgb(172,243,189); }
td.TdClassName
{
border-color: #ACF3BD;
}
.TagClassName
{
border-color: #ACF3BD;
}
</style>