Shades of Opal #A0C1BC
Tints of Opal #A0C1BC
RGB
CMYK
RGB Variations
Color information
#A0C1BC (or 0xA0C1BC) is known color: Opal. HEX triplet: A0, C1 and BC. RGB value is (160,193,188). Sum of RGB (Red+Green+Blue) = 160+193+188=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C1BC is #5F3E43. Grayscale: #B6B6B6. Windows color (decimal): -6241860 or 12370336. OLE color: 12370336.
HSL color Cylindrical-coordinate representation of color #A0C1BC: hue angle of 170.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0C1BC is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 188 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.24 |
| HSL | 170.91º | 0.21% | 0.69% | - |
| HSV(B) | 170.91º | 0.17% | 0.76% | - |
| XYZ | 42.64 | 49.24 | 54.83 | - |
| YUV | 182.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 188 | 0.17 | 0 | 0.03 | 0.24 | 170.91 | 0.21 | 0.69 |
| Hex | A0 | C1 | BC | 11 | 0 | 3 | 18 | AB | 15 | 45 |
| Octal | 240 | 301 | 274 | 21 | 0 | 3 | 30 | 253 | 25 | 105 |
| Binary | 10100000 | 11000001 | 10111100 | 10001 | 0 | 11 | 11000 | 10101011 | 10101 | 1000101 |
Color Harmonies of #A0C1BC
Complementary color
Monochromatic Colors of #A0C1BC
Black with #A0C1BC
Text Example
Text Example
White with #A0C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C1BC; }
p { color: rgb(160,193,188); }
H1.HeaderClassName
{
color: #A0C1BC;
}
.AnyTagClassName
{
color: #A0C1BC;
}
</style>
background-color css
<style>
a { background-color: #A0C1BC; }
a { background-color: rgb(160,193,188); }
div.DivClassName
{
background-color: #A0C1BC;
}
.BgClassName
{
background-color: #A0C1BC;
}
</style>
border-color css
<style>
span { border-color: #A0C1BC; }
span { border-color: rgb(160,193,188); }
td.TdClassName
{
border-color: #A0C1BC;
}
.TagClassName
{
border-color: #A0C1BC;
}
</style>