Shades of Opal #ACCCC0
Tints of Opal #ACCCC0
RGB
CMYK
RGB Variations
Color information
#ACCCC0 (or 0xACCCC0) is known color: Opal. HEX triplet: AC, CC and C0. RGB value is (172,204,192). Sum of RGB (Red+Green+Blue) = 172+204+192=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC0 is #53333F. Grayscale: #C1C1C1. Windows color (decimal): -5452608 or 12635308. OLE color: 12635308.
HSL color Cylindrical-coordinate representation of color #ACCCC0: hue angle of 157.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCCC0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 192 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.2 |
| HSL | 157.5º | 0.24% | 0.74% | - |
| HSV(B) | 157.5º | 0.16% | 0.8% | - |
| XYZ | 48.12 | 55.76 | 58.1 | - |
| YUV | 193.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 192 | 0.16 | 0 | 0.06 | 0.2 | 157.5 | 0.24 | 0.74 |
| Hex | AC | CC | C0 | 10 | 0 | 6 | 14 | 9E | 18 | 4A |
| Octal | 254 | 314 | 300 | 20 | 0 | 6 | 24 | 236 | 30 | 112 |
| Binary | 10101100 | 11001100 | 11000000 | 10000 | 0 | 110 | 10100 | 10011110 | 11000 | 1001010 |
Color Harmonies of #ACCCC0
Complementary color
Monochromatic Colors of #ACCCC0
Black with #ACCCC0
Text Example
Text Example
White with #ACCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCC0; }
p { color: rgb(172,204,192); }
H1.HeaderClassName
{
color: #ACCCC0;
}
.AnyTagClassName
{
color: #ACCCC0;
}
</style>
background-color css
<style>
a { background-color: #ACCCC0; }
a { background-color: rgb(172,204,192); }
div.DivClassName
{
background-color: #ACCCC0;
}
.BgClassName
{
background-color: #ACCCC0;
}
</style>
border-color css
<style>
span { border-color: #ACCCC0; }
span { border-color: rgb(172,204,192); }
td.TdClassName
{
border-color: #ACCCC0;
}
.TagClassName
{
border-color: #ACCCC0;
}
</style>