Shades of Fringy Flower #ACECC2
Tints of Fringy Flower #ACECC2
RGB
CMYK
RGB Variations
Color information
#ACECC2 (or 0xACECC2) is known color: Fringy Flower. HEX triplet: AC, EC and C2. RGB value is (172,236,194). Sum of RGB (Red+Green+Blue) = 172+236+194=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECC2 is #53133D. Grayscale: #D4D4D4. Windows color (decimal): -5444414 or 12774572. OLE color: 12774572.
HSL color Cylindrical-coordinate representation of color #ACECC2: hue angle of 140.62º 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 #ACECC2 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 236 | 194 | - |
CMYK | 0.27 | 0 | 0.18 | 0.07 |
HSL | 140.63º | 0.63% | 0.8% | - |
HSV(B) | 140.63º | 0.27% | 0.93% | - |
XYZ | 56.75 | 72.66 | 62.07 | - |
YUV | 212.08 | 117.8 | 99.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 236 | 194 | 0.27 | 0 | 0.18 | 0.07 | 140.63 | 0.63 | 0.8 |
Hex | AC | EC | C2 | 1B | 0 | 12 | 7 | 8D | 3F | 50 |
Octal | 254 | 354 | 302 | 33 | 0 | 22 | 7 | 215 | 77 | 120 |
Binary | 10101100 | 11101100 | 11000010 | 11011 | 0 | 10010 | 111 | 10001101 | 111111 | 1010000 |
Color Harmonies of #ACECC2
Complementary color
Monochromatic Colors of #ACECC2
Black with #ACECC2
Text Example
Text Example
White with #ACECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECC2; }
p { color: rgb(172,236,194); }
H1.HeaderClassName
{
color: #ACECC2;
}
.AnyTagClassName
{
color: #ACECC2;
}
</style>
background-color css
<style>
a { background-color: #ACECC2; }
a { background-color: rgb(172,236,194); }
div.DivClassName
{
background-color: #ACECC2;
}
.BgClassName
{
background-color: #ACECC2;
}
</style>
border-color css
<style>
span { border-color: #ACECC2; }
span { border-color: rgb(172,236,194); }
td.TdClassName
{
border-color: #ACECC2;
}
.TagClassName
{
border-color: #ACECC2;
}
</style>