Shades of Opal #ACC6BF
Tints of Opal #ACC6BF
RGB
CMYK
RGB Variations
Color information
#ACC6BF (or 0xACC6BF) is known color: Opal. HEX triplet: AC, C6 and BF. RGB value is (172,198,191). Sum of RGB (Red+Green+Blue) = 172+198+191=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6BF is #533940. Grayscale: #BDBDBD. Windows color (decimal): -5454145 or 12568236. OLE color: 12568236.
HSL color Cylindrical-coordinate representation of color #ACC6BF: hue angle of 163.85º 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 #ACC6BF is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 191 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.22 |
| HSL | 163.85º | 0.19% | 0.73% | - |
| HSV(B) | 163.85º | 0.13% | 0.78% | - |
| XYZ | 46.61 | 52.92 | 57.05 | - |
| YUV | 189.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 191 | 0.13 | 0 | 0.04 | 0.22 | 163.85 | 0.19 | 0.73 |
| Hex | AC | C6 | BF | D | 0 | 4 | 16 | A4 | 13 | 49 |
| Octal | 254 | 306 | 277 | 15 | 0 | 4 | 26 | 244 | 23 | 111 |
| Binary | 10101100 | 11000110 | 10111111 | 1101 | 0 | 100 | 10110 | 10100100 | 10011 | 1001001 |
Color Harmonies of #ACC6BF
Complementary color
Monochromatic Colors of #ACC6BF
Black with #ACC6BF
Text Example
Text Example
White with #ACC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6BF; }
p { color: rgb(172,198,191); }
H1.HeaderClassName
{
color: #ACC6BF;
}
.AnyTagClassName
{
color: #ACC6BF;
}
</style>
background-color css
<style>
a { background-color: #ACC6BF; }
a { background-color: rgb(172,198,191); }
div.DivClassName
{
background-color: #ACC6BF;
}
.BgClassName
{
background-color: #ACC6BF;
}
</style>
border-color css
<style>
span { border-color: #ACC6BF; }
span { border-color: rgb(172,198,191); }
td.TdClassName
{
border-color: #ACC6BF;
}
.TagClassName
{
border-color: #ACC6BF;
}
</style>