Shades of Opal #A7C5BF
Tints of Opal #A7C5BF
RGB
CMYK
RGB Variations
Color information
#A7C5BF (or 0xA7C5BF) is known color: Opal. HEX triplet: A7, C5 and BF. RGB value is (167,197,191). Sum of RGB (Red+Green+Blue) = 167+197+191=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C5BF is #583A40. Grayscale: #BBBBBB. Windows color (decimal): -5782081 or 12567975. OLE color: 12567975.
HSL color Cylindrical-coordinate representation of color #A7C5BF: hue angle of 168º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7C5BF is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 197 | 191 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.23 |
| HSL | 168º | 0.21% | 0.71% | - |
| HSV(B) | 168º | 0.15% | 0.77% | - |
| XYZ | 45.31 | 51.91 | 56.92 | - |
| YUV | 187.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 197 | 191 | 0.15 | 0 | 0.03 | 0.23 | 168 | 0.21 | 0.71 |
| Hex | A7 | C5 | BF | F | 0 | 3 | 17 | A8 | 15 | 47 |
| Octal | 247 | 305 | 277 | 17 | 0 | 3 | 27 | 250 | 25 | 107 |
| Binary | 10100111 | 11000101 | 10111111 | 1111 | 0 | 11 | 10111 | 10101000 | 10101 | 1000111 |
Color Harmonies of #A7C5BF
Complementary color
Monochromatic Colors of #A7C5BF
Black with #A7C5BF
Text Example
Text Example
White with #A7C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C5BF; }
p { color: rgb(167,197,191); }
H1.HeaderClassName
{
color: #A7C5BF;
}
.AnyTagClassName
{
color: #A7C5BF;
}
</style>
background-color css
<style>
a { background-color: #A7C5BF; }
a { background-color: rgb(167,197,191); }
div.DivClassName
{
background-color: #A7C5BF;
}
.BgClassName
{
background-color: #A7C5BF;
}
</style>
border-color css
<style>
span { border-color: #A7C5BF; }
span { border-color: rgb(167,197,191); }
td.TdClassName
{
border-color: #A7C5BF;
}
.TagClassName
{
border-color: #A7C5BF;
}
</style>