Shades of Opal #ACC6C2
Tints of Opal #ACC6C2
RGB
CMYK
RGB Variations
Color information
#ACC6C2 (or 0xACC6C2) is known color: Opal. HEX triplet: AC, C6 and C2. RGB value is (172,198,194). Sum of RGB (Red+Green+Blue) = 172+198+194=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6C2 is #53393D. Grayscale: #BDBDBD. Windows color (decimal): -5454142 or 12764844. OLE color: 12764844.
HSL color Cylindrical-coordinate representation of color #ACC6C2: hue angle of 170.77º 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 #ACC6C2 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 194 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.22 |
| HSL | 170.77º | 0.19% | 0.73% | - |
| HSV(B) | 170.77º | 0.13% | 0.78% | - |
| XYZ | 46.94 | 53.05 | 58.81 | - |
| YUV | 189.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 194 | 0.13 | 0 | 0.02 | 0.22 | 170.77 | 0.19 | 0.73 |
| Hex | AC | C6 | C2 | D | 0 | 2 | 16 | AB | 13 | 49 |
| Octal | 254 | 306 | 302 | 15 | 0 | 2 | 26 | 253 | 23 | 111 |
| Binary | 10101100 | 11000110 | 11000010 | 1101 | 0 | 10 | 10110 | 10101011 | 10011 | 1001001 |
Color Harmonies of #ACC6C2
Complementary color
Monochromatic Colors of #ACC6C2
Black with #ACC6C2
Text Example
Text Example
White with #ACC6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6C2; }
p { color: rgb(172,198,194); }
H1.HeaderClassName
{
color: #ACC6C2;
}
.AnyTagClassName
{
color: #ACC6C2;
}
</style>
background-color css
<style>
a { background-color: #ACC6C2; }
a { background-color: rgb(172,198,194); }
div.DivClassName
{
background-color: #ACC6C2;
}
.BgClassName
{
background-color: #ACC6C2;
}
</style>
border-color css
<style>
span { border-color: #ACC6C2; }
span { border-color: rgb(172,198,194); }
td.TdClassName
{
border-color: #ACC6C2;
}
.TagClassName
{
border-color: #ACC6C2;
}
</style>