Shades of Fringy Flower #ACEBC2
Tints of Fringy Flower #ACEBC2
RGB
CMYK
RGB Variations
Color information
#ACEBC2 (or 0xACEBC2) is known color: Fringy Flower. HEX triplet: AC, EB and C2. RGB value is (172,235,194). Sum of RGB (Red+Green+Blue) = 172+235+194=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBC2 is #53143D. Grayscale: #D3D3D3. Windows color (decimal): -5444670 or 12774316. OLE color: 12774316.
HSL color Cylindrical-coordinate representation of color #ACEBC2: hue angle of 140.95º 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 #ACEBC2 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 194 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.08 |
| HSL | 140.95º | 0.61% | 0.8% | - |
| HSV(B) | 140.95º | 0.27% | 0.92% | - |
| XYZ | 56.46 | 72.08 | 61.98 | - |
| YUV | 211.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 194 | 0.27 | 0 | 0.17 | 0.08 | 140.95 | 0.61 | 0.8 |
| Hex | AC | EB | C2 | 1B | 0 | 11 | 8 | 8D | 3D | 50 |
| Octal | 254 | 353 | 302 | 33 | 0 | 21 | 10 | 215 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11000010 | 11011 | 0 | 10001 | 1000 | 10001101 | 111101 | 1010000 |
Color Harmonies of #ACEBC2
Complementary color
Monochromatic Colors of #ACEBC2
Black with #ACEBC2
Text Example
Text Example
White with #ACEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBC2; }
p { color: rgb(172,235,194); }
H1.HeaderClassName
{
color: #ACEBC2;
}
.AnyTagClassName
{
color: #ACEBC2;
}
</style>
background-color css
<style>
a { background-color: #ACEBC2; }
a { background-color: rgb(172,235,194); }
div.DivClassName
{
background-color: #ACEBC2;
}
.BgClassName
{
background-color: #ACEBC2;
}
</style>
border-color css
<style>
span { border-color: #ACEBC2; }
span { border-color: rgb(172,235,194); }
td.TdClassName
{
border-color: #ACEBC2;
}
.TagClassName
{
border-color: #ACEBC2;
}
</style>