Shades of Opal #ACC6C0
Tints of Opal #ACC6C0
RGB
CMYK
RGB Variations
Color information
#ACC6C0 (or 0xACC6C0) is known color: Opal. HEX triplet: AC, C6 and C0. RGB value is (172,198,192). Sum of RGB (Red+Green+Blue) = 172+198+192=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6C0 is #53393F. Grayscale: #BDBDBD. Windows color (decimal): -5454144 or 12633772. OLE color: 12633772.
HSL color Cylindrical-coordinate representation of color #ACC6C0: hue angle of 166.15º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC6C0 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 192 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.22 |
| HSL | 166.15º | 0.19% | 0.73% | - |
| HSV(B) | 166.15º | 0.13% | 0.78% | - |
| XYZ | 46.72 | 52.96 | 57.63 | - |
| YUV | 189.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 192 | 0.13 | 0 | 0.03 | 0.22 | 166.15 | 0.19 | 0.73 |
| Hex | AC | C6 | C0 | D | 0 | 3 | 16 | A6 | 13 | 49 |
| Octal | 254 | 306 | 300 | 15 | 0 | 3 | 26 | 246 | 23 | 111 |
| Binary | 10101100 | 11000110 | 11000000 | 1101 | 0 | 11 | 10110 | 10100110 | 10011 | 1001001 |
Color Harmonies of #ACC6C0
Complementary color
Monochromatic Colors of #ACC6C0
Black with #ACC6C0
Text Example
Text Example
White with #ACC6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6C0; }
p { color: rgb(172,198,192); }
H1.HeaderClassName
{
color: #ACC6C0;
}
.AnyTagClassName
{
color: #ACC6C0;
}
</style>
background-color css
<style>
a { background-color: #ACC6C0; }
a { background-color: rgb(172,198,192); }
div.DivClassName
{
background-color: #ACC6C0;
}
.BgClassName
{
background-color: #ACC6C0;
}
</style>
border-color css
<style>
span { border-color: #ACC6C0; }
span { border-color: rgb(172,198,192); }
td.TdClassName
{
border-color: #ACC6C0;
}
.TagClassName
{
border-color: #ACC6C0;
}
</style>