Shades of Opal #ABC5BA
Tints of Opal #ABC5BA
RGB
CMYK
RGB Variations
Color information
#ABC5BA (or 0xABC5BA) is known color: Opal. HEX triplet: AB, C5 and BA. RGB value is (171,197,186). Sum of RGB (Red+Green+Blue) = 171+197+186=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5BA is #543A45. Grayscale: #BBBBBB. Windows color (decimal): -5519942 or 12240299. OLE color: 12240299.
HSL color Cylindrical-coordinate representation of color #ABC5BA: hue angle of 154.62º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC5BA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 186 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.23 |
| HSL | 154.62º | 0.18% | 0.72% | - |
| HSV(B) | 154.62º | 0.13% | 0.77% | - |
| XYZ | 45.62 | 52.14 | 54.11 | - |
| YUV | 187.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 186 | 0.13 | 0 | 0.06 | 0.23 | 154.62 | 0.18 | 0.72 |
| Hex | AB | C5 | BA | D | 0 | 6 | 17 | 9B | 12 | 48 |
| Octal | 253 | 305 | 272 | 15 | 0 | 6 | 27 | 233 | 22 | 110 |
| Binary | 10101011 | 11000101 | 10111010 | 1101 | 0 | 110 | 10111 | 10011011 | 10010 | 1001000 |
Color Harmonies of #ABC5BA
Complementary color
Monochromatic Colors of #ABC5BA
Black with #ABC5BA
Text Example
Text Example
White with #ABC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5BA; }
p { color: rgb(171,197,186); }
H1.HeaderClassName
{
color: #ABC5BA;
}
.AnyTagClassName
{
color: #ABC5BA;
}
</style>
background-color css
<style>
a { background-color: #ABC5BA; }
a { background-color: rgb(171,197,186); }
div.DivClassName
{
background-color: #ABC5BA;
}
.BgClassName
{
background-color: #ABC5BA;
}
</style>
border-color css
<style>
span { border-color: #ABC5BA; }
span { border-color: rgb(171,197,186); }
td.TdClassName
{
border-color: #ABC5BA;
}
.TagClassName
{
border-color: #ABC5BA;
}
</style>