Shades of Opal #ACCCC3
Tints of Opal #ACCCC3
RGB
CMYK
RGB Variations
Color information
#ACCCC3 (or 0xACCCC3) is known color: Opal. HEX triplet: AC, CC and C3. RGB value is (172,204,195). Sum of RGB (Red+Green+Blue) = 172+204+195=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC3 is #53333C. Grayscale: #C1C1C1. Windows color (decimal): -5452605 or 12831916. OLE color: 12831916.
HSL color Cylindrical-coordinate representation of color #ACCCC3: hue angle of 163.12º 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 #ACCCC3 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 195 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.2 |
| HSL | 163.13º | 0.24% | 0.74% | - |
| HSV(B) | 163.13º | 0.16% | 0.8% | - |
| XYZ | 48.46 | 55.9 | 59.86 | - |
| YUV | 193.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 195 | 0.16 | 0 | 0.04 | 0.2 | 163.13 | 0.24 | 0.74 |
| Hex | AC | CC | C3 | 10 | 0 | 4 | 14 | A3 | 18 | 4A |
| Octal | 254 | 314 | 303 | 20 | 0 | 4 | 24 | 243 | 30 | 112 |
| Binary | 10101100 | 11001100 | 11000011 | 10000 | 0 | 100 | 10100 | 10100011 | 11000 | 1001010 |
Color Harmonies of #ACCCC3
Complementary color
Monochromatic Colors of #ACCCC3
Black with #ACCCC3
Text Example
Text Example
White with #ACCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCC3; }
p { color: rgb(172,204,195); }
H1.HeaderClassName
{
color: #ACCCC3;
}
.AnyTagClassName
{
color: #ACCCC3;
}
</style>
background-color css
<style>
a { background-color: #ACCCC3; }
a { background-color: rgb(172,204,195); }
div.DivClassName
{
background-color: #ACCCC3;
}
.BgClassName
{
background-color: #ACCCC3;
}
</style>
border-color css
<style>
span { border-color: #ACCCC3; }
span { border-color: rgb(172,204,195); }
td.TdClassName
{
border-color: #ACCCC3;
}
.TagClassName
{
border-color: #ACCCC3;
}
</style>