Shades of Opal #A0C1BD
Tints of Opal #A0C1BD
RGB
CMYK
RGB Variations
Color information
#A0C1BD (or 0xA0C1BD) is known color: Opal. HEX triplet: A0, C1 and BD. RGB value is (160,193,189). Sum of RGB (Red+Green+Blue) = 160+193+189=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C1BD is #5F3E42. Grayscale: #B6B6B6. Windows color (decimal): -6241859 or 12435872. OLE color: 12435872.
HSL color Cylindrical-coordinate representation of color #A0C1BD: hue angle of 172.73º 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 #A0C1BD is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 189 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.24 |
| HSL | 172.73º | 0.21% | 0.69% | - |
| HSV(B) | 172.73º | 0.17% | 0.76% | - |
| XYZ | 42.75 | 49.29 | 55.4 | - |
| YUV | 182.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 189 | 0.17 | 0 | 0.02 | 0.24 | 172.73 | 0.21 | 0.69 |
| Hex | A0 | C1 | BD | 11 | 0 | 2 | 18 | AD | 15 | 45 |
| Octal | 240 | 301 | 275 | 21 | 0 | 2 | 30 | 255 | 25 | 105 |
| Binary | 10100000 | 11000001 | 10111101 | 10001 | 0 | 10 | 11000 | 10101101 | 10101 | 1000101 |
Color Harmonies of #A0C1BD
Complementary color
Monochromatic Colors of #A0C1BD
Black with #A0C1BD
Text Example
Text Example
White with #A0C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C1BD; }
p { color: rgb(160,193,189); }
H1.HeaderClassName
{
color: #A0C1BD;
}
.AnyTagClassName
{
color: #A0C1BD;
}
</style>
background-color css
<style>
a { background-color: #A0C1BD; }
a { background-color: rgb(160,193,189); }
div.DivClassName
{
background-color: #A0C1BD;
}
.BgClassName
{
background-color: #A0C1BD;
}
</style>
border-color css
<style>
span { border-color: #A0C1BD; }
span { border-color: rgb(160,193,189); }
td.TdClassName
{
border-color: #A0C1BD;
}
.TagClassName
{
border-color: #A0C1BD;
}
</style>