Shades of Fringy Flower #ACEBC0
Tints of Fringy Flower #ACEBC0
RGB
CMYK
RGB Variations
Color information
#ACEBC0 (or 0xACEBC0) is known color: Fringy Flower. HEX triplet: AC, EB and C0. RGB value is (172,235,192). Sum of RGB (Red+Green+Blue) = 172+235+192=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBC0 is #53143F. Grayscale: #D3D3D3. Windows color (decimal): -5444672 or 12643244. OLE color: 12643244.
HSL color Cylindrical-coordinate representation of color #ACEBC0: hue angle of 139.05º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBC0 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 192 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.08 |
| HSL | 139.05º | 0.61% | 0.8% | - |
| HSV(B) | 139.05º | 0.27% | 0.92% | - |
| XYZ | 56.24 | 71.99 | 60.8 | - |
| YUV | 211.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 192 | 0.27 | 0 | 0.18 | 0.08 | 139.05 | 0.61 | 0.8 |
| Hex | AC | EB | C0 | 1B | 0 | 12 | 8 | 8B | 3D | 50 |
| Octal | 254 | 353 | 300 | 33 | 0 | 22 | 10 | 213 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11000000 | 11011 | 0 | 10010 | 1000 | 10001011 | 111101 | 1010000 |
Color Harmonies of #ACEBC0
Complementary color
Monochromatic Colors of #ACEBC0
Black with #ACEBC0
Text Example
Text Example
White with #ACEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBC0; }
p { color: rgb(172,235,192); }
H1.HeaderClassName
{
color: #ACEBC0;
}
.AnyTagClassName
{
color: #ACEBC0;
}
</style>
background-color css
<style>
a { background-color: #ACEBC0; }
a { background-color: rgb(172,235,192); }
div.DivClassName
{
background-color: #ACEBC0;
}
.BgClassName
{
background-color: #ACEBC0;
}
</style>
border-color css
<style>
span { border-color: #ACEBC0; }
span { border-color: rgb(172,235,192); }
td.TdClassName
{
border-color: #ACEBC0;
}
.TagClassName
{
border-color: #ACEBC0;
}
</style>