Shades of Fringy Flower #ACECC0
Tints of Fringy Flower #ACECC0
RGB
CMYK
RGB Variations
Color information
#ACECC0 (or 0xACECC0) is known color: Fringy Flower. HEX triplet: AC, EC and C0. RGB value is (172,236,192). Sum of RGB (Red+Green+Blue) = 172+236+192=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECC0 is #53133F. Grayscale: #D3D3D3. Windows color (decimal): -5444416 or 12643500. OLE color: 12643500.
HSL color Cylindrical-coordinate representation of color #ACECC0: hue angle of 138.75º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECC0 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 192 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.07 |
| HSL | 138.75º | 0.63% | 0.8% | - |
| HSV(B) | 138.75º | 0.27% | 0.93% | - |
| XYZ | 56.52 | 72.57 | 60.9 | - |
| YUV | 211.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 192 | 0.27 | 0 | 0.19 | 0.07 | 138.75 | 0.63 | 0.8 |
| Hex | AC | EC | C0 | 1B | 0 | 13 | 7 | 8B | 3F | 50 |
| Octal | 254 | 354 | 300 | 33 | 0 | 23 | 7 | 213 | 77 | 120 |
| Binary | 10101100 | 11101100 | 11000000 | 11011 | 0 | 10011 | 111 | 10001011 | 111111 | 1010000 |
Color Harmonies of #ACECC0
Complementary color
Monochromatic Colors of #ACECC0
Black with #ACECC0
Text Example
Text Example
White with #ACECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECC0; }
p { color: rgb(172,236,192); }
H1.HeaderClassName
{
color: #ACECC0;
}
.AnyTagClassName
{
color: #ACECC0;
}
</style>
background-color css
<style>
a { background-color: #ACECC0; }
a { background-color: rgb(172,236,192); }
div.DivClassName
{
background-color: #ACECC0;
}
.BgClassName
{
background-color: #ACECC0;
}
</style>
border-color css
<style>
span { border-color: #ACECC0; }
span { border-color: rgb(172,236,192); }
td.TdClassName
{
border-color: #ACECC0;
}
.TagClassName
{
border-color: #ACECC0;
}
</style>