Shades of Opal #A0C0BD
Tints of Opal #A0C0BD
RGB
CMYK
RGB Variations
Color information
#A0C0BD (or 0xA0C0BD) is known color: Opal. HEX triplet: A0, C0 and BD. RGB value is (160,192,189). Sum of RGB (Red+Green+Blue) = 160+192+189=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0BD is #5F3F42. Grayscale: #B6B6B6. Windows color (decimal): -6242115 or 12435616. OLE color: 12435616.
HSL color Cylindrical-coordinate representation of color #A0C0BD: hue angle of 174.38º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0C0BD is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 189 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.25 |
| HSL | 174.38º | 0.2% | 0.69% | - |
| HSV(B) | 174.38º | 0.17% | 0.75% | - |
| XYZ | 42.53 | 48.85 | 55.33 | - |
| YUV | 182.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 189 | 0.17 | 0 | 0.02 | 0.25 | 174.38 | 0.2 | 0.69 |
| Hex | A0 | C0 | BD | 11 | 0 | 2 | 19 | AE | 14 | 45 |
| Octal | 240 | 300 | 275 | 21 | 0 | 2 | 31 | 256 | 24 | 105 |
| Binary | 10100000 | 11000000 | 10111101 | 10001 | 0 | 10 | 11001 | 10101110 | 10100 | 1000101 |
Color Harmonies of #A0C0BD
Complementary color
Monochromatic Colors of #A0C0BD
Black with #A0C0BD
Text Example
Text Example
White with #A0C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0BD; }
p { color: rgb(160,192,189); }
H1.HeaderClassName
{
color: #A0C0BD;
}
.AnyTagClassName
{
color: #A0C0BD;
}
</style>
background-color css
<style>
a { background-color: #A0C0BD; }
a { background-color: rgb(160,192,189); }
div.DivClassName
{
background-color: #A0C0BD;
}
.BgClassName
{
background-color: #A0C0BD;
}
</style>
border-color css
<style>
span { border-color: #A0C0BD; }
span { border-color: rgb(160,192,189); }
td.TdClassName
{
border-color: #A0C0BD;
}
.TagClassName
{
border-color: #A0C0BD;
}
</style>