Shades of Opal #ACC3C0
Tints of Opal #ACC3C0
RGB
CMYK
RGB Variations
Color information
#ACC3C0 (or 0xACC3C0) is known color: Opal. HEX triplet: AC, C3 and C0. RGB value is (172,195,192). Sum of RGB (Red+Green+Blue) = 172+195+192=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3C0 is #533C3F. Grayscale: #BBBBBB. Windows color (decimal): -5454912 or 12633004. OLE color: 12633004.
HSL color Cylindrical-coordinate representation of color #ACC3C0: hue angle of 172.17º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC3C0 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 195 | 192 | - |
CMYK | 0.12 | 0 | 0.02 | 0.24 |
HSL | 172.17º | 0.16% | 0.72% | - |
HSV(B) | 172.17º | 0.12% | 0.76% | - |
XYZ | 46.04 | 51.61 | 57.4 | - |
YUV | 187.78 | 130.38 | 116.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 195 | 192 | 0.12 | 0 | 0.02 | 0.24 | 172.17 | 0.16 | 0.72 |
Hex | AC | C3 | C0 | C | 0 | 2 | 18 | AC | 10 | 48 |
Octal | 254 | 303 | 300 | 14 | 0 | 2 | 30 | 254 | 20 | 110 |
Binary | 10101100 | 11000011 | 11000000 | 1100 | 0 | 10 | 11000 | 10101100 | 10000 | 1001000 |
Color Harmonies of #ACC3C0
Complementary color
Monochromatic Colors of #ACC3C0
Black with #ACC3C0
Text Example
Text Example
White with #ACC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3C0; }
p { color: rgb(172,195,192); }
H1.HeaderClassName
{
color: #ACC3C0;
}
.AnyTagClassName
{
color: #ACC3C0;
}
</style>
background-color css
<style>
a { background-color: #ACC3C0; }
a { background-color: rgb(172,195,192); }
div.DivClassName
{
background-color: #ACC3C0;
}
.BgClassName
{
background-color: #ACC3C0;
}
</style>
border-color css
<style>
span { border-color: #ACC3C0; }
span { border-color: rgb(172,195,192); }
td.TdClassName
{
border-color: #ACC3C0;
}
.TagClassName
{
border-color: #ACC3C0;
}
</style>