Shades of Opal #A0C5BF
Tints of Opal #A0C5BF
RGB
CMYK
RGB Variations
Color information
#A0C5BF (or 0xA0C5BF) is known color: Opal. HEX triplet: A0, C5 and BF. RGB value is (160,197,191). Sum of RGB (Red+Green+Blue) = 160+197+191=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C5BF is #5F3A40. Grayscale: #B9B9B9. Windows color (decimal): -6240833 or 12567968. OLE color: 12567968.
HSL color Cylindrical-coordinate representation of color #A0C5BF: hue angle of 170.27º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0C5BF is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 191 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.23 |
| HSL | 170.27º | 0.24% | 0.7% | - |
| HSV(B) | 170.27º | 0.19% | 0.77% | - |
| XYZ | 43.87 | 51.17 | 56.85 | - |
| YUV | 185.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 191 | 0.19 | 0 | 0.03 | 0.23 | 170.27 | 0.24 | 0.7 |
| Hex | A0 | C5 | BF | 13 | 0 | 3 | 17 | AA | 18 | 46 |
| Octal | 240 | 305 | 277 | 23 | 0 | 3 | 27 | 252 | 30 | 106 |
| Binary | 10100000 | 11000101 | 10111111 | 10011 | 0 | 11 | 10111 | 10101010 | 11000 | 1000110 |
Color Harmonies of #A0C5BF
Complementary color
Monochromatic Colors of #A0C5BF
Black with #A0C5BF
Text Example
Text Example
White with #A0C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C5BF; }
p { color: rgb(160,197,191); }
H1.HeaderClassName
{
color: #A0C5BF;
}
.AnyTagClassName
{
color: #A0C5BF;
}
</style>
background-color css
<style>
a { background-color: #A0C5BF; }
a { background-color: rgb(160,197,191); }
div.DivClassName
{
background-color: #A0C5BF;
}
.BgClassName
{
background-color: #A0C5BF;
}
</style>
border-color css
<style>
span { border-color: #A0C5BF; }
span { border-color: rgb(160,197,191); }
td.TdClassName
{
border-color: #A0C5BF;
}
.TagClassName
{
border-color: #A0C5BF;
}
</style>