Shades of Opal #ACCCC1
Tints of Opal #ACCCC1
RGB
CMYK
RGB Variations
Color information
#ACCCC1 (or 0xACCCC1) is known color: Opal. HEX triplet: AC, CC and C1. RGB value is (172,204,193). Sum of RGB (Red+Green+Blue) = 172+204+193=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC1 is #53333E. Grayscale: #C1C1C1. Windows color (decimal): -5452607 or 12700844. OLE color: 12700844.
HSL color Cylindrical-coordinate representation of color #ACCCC1: hue angle of 159.38º 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 #ACCCC1 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 193 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.2 |
| HSL | 159.38º | 0.24% | 0.74% | - |
| HSV(B) | 159.38º | 0.16% | 0.8% | - |
| XYZ | 48.23 | 55.81 | 58.68 | - |
| YUV | 193.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 193 | 0.16 | 0 | 0.05 | 0.2 | 159.38 | 0.24 | 0.74 |
| Hex | AC | CC | C1 | 10 | 0 | 5 | 14 | 9F | 18 | 4A |
| Octal | 254 | 314 | 301 | 20 | 0 | 5 | 24 | 237 | 30 | 112 |
| Binary | 10101100 | 11001100 | 11000001 | 10000 | 0 | 101 | 10100 | 10011111 | 11000 | 1001010 |
Color Harmonies of #ACCCC1
Complementary color
Monochromatic Colors of #ACCCC1
Black with #ACCCC1
Text Example
Text Example
White with #ACCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCC1; }
p { color: rgb(172,204,193); }
H1.HeaderClassName
{
color: #ACCCC1;
}
.AnyTagClassName
{
color: #ACCCC1;
}
</style>
background-color css
<style>
a { background-color: #ACCCC1; }
a { background-color: rgb(172,204,193); }
div.DivClassName
{
background-color: #ACCCC1;
}
.BgClassName
{
background-color: #ACCCC1;
}
</style>
border-color css
<style>
span { border-color: #ACCCC1; }
span { border-color: rgb(172,204,193); }
td.TdClassName
{
border-color: #ACCCC1;
}
.TagClassName
{
border-color: #ACCCC1;
}
</style>