Shades of Fringy Flower #ACE8C0
Tints of Fringy Flower #ACE8C0
RGB
CMYK
RGB Variations
Color information
#ACE8C0 (or 0xACE8C0) is known color: Fringy Flower. HEX triplet: AC, E8 and C0. RGB value is (172,232,192). Sum of RGB (Red+Green+Blue) = 172+232+192=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8C0 is #53173F. Grayscale: #D1D1D1. Windows color (decimal): -5445440 or 12642476. OLE color: 12642476.
HSL color Cylindrical-coordinate representation of color #ACE8C0: hue angle of 140º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE8C0 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 232 | 192 | - |
CMYK | 0.26 | 0 | 0.17 | 0.09 |
HSL | 140º | 0.57% | 0.79% | - |
HSV(B) | 140º | 0.26% | 0.91% | - |
XYZ | 55.38 | 70.29 | 60.52 | - |
YUV | 209.5 | 118.12 | 101.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 232 | 192 | 0.26 | 0 | 0.17 | 0.09 | 140 | 0.57 | 0.79 |
Hex | AC | E8 | C0 | 1A | 0 | 11 | 9 | 8C | 39 | 4F |
Octal | 254 | 350 | 300 | 32 | 0 | 21 | 11 | 214 | 71 | 117 |
Binary | 10101100 | 11101000 | 11000000 | 11010 | 0 | 10001 | 1001 | 10001100 | 111001 | 1001111 |
Color Harmonies of #ACE8C0
Complementary color
Monochromatic Colors of #ACE8C0
Black with #ACE8C0
Text Example
Text Example
White with #ACE8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8C0; }
p { color: rgb(172,232,192); }
H1.HeaderClassName
{
color: #ACE8C0;
}
.AnyTagClassName
{
color: #ACE8C0;
}
</style>
background-color css
<style>
a { background-color: #ACE8C0; }
a { background-color: rgb(172,232,192); }
div.DivClassName
{
background-color: #ACE8C0;
}
.BgClassName
{
background-color: #ACE8C0;
}
</style>
border-color css
<style>
span { border-color: #ACE8C0; }
span { border-color: rgb(172,232,192); }
td.TdClassName
{
border-color: #ACE8C0;
}
.TagClassName
{
border-color: #ACE8C0;
}
</style>