Shades of Opal #A0CDC0
Tints of Opal #A0CDC0
RGB
CMYK
RGB Variations
Color information
#A0CDC0 (or 0xA0CDC0) is known color: Opal. HEX triplet: A0, CD and C0. RGB value is (160,205,192). Sum of RGB (Red+Green+Blue) = 160+205+192=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDC0 is #5F323F. Grayscale: #BEBEBE. Windows color (decimal): -6238784 or 12635552. OLE color: 12635552.
HSL color Cylindrical-coordinate representation of color #A0CDC0: hue angle of 162.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDC0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 192 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.20 |
| HSL | 162.67º | 0.31% | 0.72% | - |
| HSV(B) | 162.67º | 0.22% | 0.8% | - |
| XYZ | 45.84 | 54.94 | 58.06 | - |
| YUV | 190.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 192 | 0.22 | 0 | 0.06 | 0.20 | 162.67 | 0.31 | 0.72 |
| Hex | A0 | CD | C0 | 16 | 0 | 6 | 14 | A3 | 1F | 48 |
| Octal | 240 | 315 | 300 | 26 | 0 | 6 | 24 | 243 | 37 | 110 |
| Binary | 10100000 | 11001101 | 11000000 | 10110 | 0 | 110 | 10100 | 10100011 | 11111 | 1001000 |
Color Harmonies of #A0CDC0
Complementary color
Monochromatic Colors of #A0CDC0
Black with #A0CDC0
Text Example
Text Example
White with #A0CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDC0; }
p { color: rgb(160,205,192); }
H1.HeaderClassName
{
color: #A0CDC0;
}
.AnyTagClassName
{
color: #A0CDC0;
}
</style>
background-color css
<style>
a { background-color: #A0CDC0; }
a { background-color: rgb(160,205,192); }
div.DivClassName
{
background-color: #A0CDC0;
}
.BgClassName
{
background-color: #A0CDC0;
}
</style>
border-color css
<style>
span { border-color: #A0CDC0; }
span { border-color: rgb(160,205,192); }
td.TdClassName
{
border-color: #A0CDC0;
}
.TagClassName
{
border-color: #A0CDC0;
}
</style>