Shades of Opal #A0CCC0
Tints of Opal #A0CCC0
RGB
CMYK
RGB Variations
Color information
#A0CCC0 (or 0xA0CCC0) is known color: Opal. HEX triplet: A0, CC and C0. RGB value is (160,204,192). Sum of RGB (Red+Green+Blue) = 160+204+192=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCC0 is #5F333F. Grayscale: #BDBDBD. Windows color (decimal): -6239040 or 12635296. OLE color: 12635296.
HSL color Cylindrical-coordinate representation of color #A0CCC0: hue angle of 163.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCC0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 192 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.2 |
| HSL | 163.64º | 0.3% | 0.71% | - |
| HSV(B) | 163.64º | 0.22% | 0.8% | - |
| XYZ | 45.6 | 54.47 | 57.98 | - |
| YUV | 189.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 192 | 0.22 | 0 | 0.06 | 0.2 | 163.64 | 0.3 | 0.71 |
| Hex | A0 | CC | C0 | 16 | 0 | 6 | 14 | A4 | 1E | 47 |
| Octal | 240 | 314 | 300 | 26 | 0 | 6 | 24 | 244 | 36 | 107 |
| Binary | 10100000 | 11001100 | 11000000 | 10110 | 0 | 110 | 10100 | 10100100 | 11110 | 1000111 |
Color Harmonies of #A0CCC0
Complementary color
Monochromatic Colors of #A0CCC0
Black with #A0CCC0
Text Example
Text Example
White with #A0CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCC0; }
p { color: rgb(160,204,192); }
H1.HeaderClassName
{
color: #A0CCC0;
}
.AnyTagClassName
{
color: #A0CCC0;
}
</style>
background-color css
<style>
a { background-color: #A0CCC0; }
a { background-color: rgb(160,204,192); }
div.DivClassName
{
background-color: #A0CCC0;
}
.BgClassName
{
background-color: #A0CCC0;
}
</style>
border-color css
<style>
span { border-color: #A0CCC0; }
span { border-color: rgb(160,204,192); }
td.TdClassName
{
border-color: #A0CCC0;
}
.TagClassName
{
border-color: #A0CCC0;
}
</style>