Shades of Opal #A0C6BF
Tints of Opal #A0C6BF
RGB
CMYK
RGB Variations
Color information
#A0C6BF (or 0xA0C6BF) is known color: Opal. HEX triplet: A0, C6 and BF. RGB value is (160,198,191). Sum of RGB (Red+Green+Blue) = 160+198+191=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C6BF is #5F3940. Grayscale: #B9B9B9. Windows color (decimal): -6240577 or 12568224. OLE color: 12568224.
HSL color Cylindrical-coordinate representation of color #A0C6BF: hue angle of 168.95º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0C6BF is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 191 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.22 |
| HSL | 168.95º | 0.25% | 0.7% | - |
| HSV(B) | 168.95º | 0.19% | 0.78% | - |
| XYZ | 44.1 | 51.62 | 56.93 | - |
| YUV | 185.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 191 | 0.19 | 0 | 0.04 | 0.22 | 168.95 | 0.25 | 0.7 |
| Hex | A0 | C6 | BF | 13 | 0 | 4 | 16 | A9 | 19 | 46 |
| Octal | 240 | 306 | 277 | 23 | 0 | 4 | 26 | 251 | 31 | 106 |
| Binary | 10100000 | 11000110 | 10111111 | 10011 | 0 | 100 | 10110 | 10101001 | 11001 | 1000110 |
Color Harmonies of #A0C6BF
Complementary color
Monochromatic Colors of #A0C6BF
Black with #A0C6BF
Text Example
Text Example
White with #A0C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C6BF; }
p { color: rgb(160,198,191); }
H1.HeaderClassName
{
color: #A0C6BF;
}
.AnyTagClassName
{
color: #A0C6BF;
}
</style>
background-color css
<style>
a { background-color: #A0C6BF; }
a { background-color: rgb(160,198,191); }
div.DivClassName
{
background-color: #A0C6BF;
}
.BgClassName
{
background-color: #A0C6BF;
}
</style>
border-color css
<style>
span { border-color: #A0C6BF; }
span { border-color: rgb(160,198,191); }
td.TdClassName
{
border-color: #A0C6BF;
}
.TagClassName
{
border-color: #A0C6BF;
}
</style>