Shades of Opal #A0CBC0
Tints of Opal #A0CBC0
RGB
CMYK
RGB Variations
Color information
#A0CBC0 (or 0xA0CBC0) is known color: Opal. HEX triplet: A0, CB and C0. RGB value is (160,203,192). Sum of RGB (Red+Green+Blue) = 160+203+192=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBC0 is #5F343F. Grayscale: #BCBCBC. Windows color (decimal): -6239296 or 12635040. OLE color: 12635040.
HSL color Cylindrical-coordinate representation of color #A0CBC0: hue angle of 164.65º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CBC0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 192 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.20 |
| HSL | 164.65º | 0.29% | 0.71% | - |
| HSV(B) | 164.65º | 0.21% | 0.8% | - |
| XYZ | 45.37 | 53.99 | 57.9 | - |
| YUV | 188.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 192 | 0.21 | 0 | 0.05 | 0.20 | 164.65 | 0.29 | 0.71 |
| Hex | A0 | CB | C0 | 15 | 0 | 5 | 14 | A5 | 1D | 47 |
| Octal | 240 | 313 | 300 | 25 | 0 | 5 | 24 | 245 | 35 | 107 |
| Binary | 10100000 | 11001011 | 11000000 | 10101 | 0 | 101 | 10100 | 10100101 | 11101 | 1000111 |
Color Harmonies of #A0CBC0
Complementary color
Monochromatic Colors of #A0CBC0
Black with #A0CBC0
Text Example
Text Example
White with #A0CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBC0; }
p { color: rgb(160,203,192); }
H1.HeaderClassName
{
color: #A0CBC0;
}
.AnyTagClassName
{
color: #A0CBC0;
}
</style>
background-color css
<style>
a { background-color: #A0CBC0; }
a { background-color: rgb(160,203,192); }
div.DivClassName
{
background-color: #A0CBC0;
}
.BgClassName
{
background-color: #A0CBC0;
}
</style>
border-color css
<style>
span { border-color: #A0CBC0; }
span { border-color: rgb(160,203,192); }
td.TdClassName
{
border-color: #A0CBC0;
}
.TagClassName
{
border-color: #A0CBC0;
}
</style>