Shades of Opal #ABC2BA
Tints of Opal #ABC2BA
RGB
CMYK
RGB Variations
Color information
#ABC2BA (or 0xABC2BA) is known color: Opal. HEX triplet: AB, C2 and BA. RGB value is (171,194,186). Sum of RGB (Red+Green+Blue) = 171+194+186=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2BA is #543D45. Grayscale: #BABABA. Windows color (decimal): -5520710 or 12239531. OLE color: 12239531.
HSL color Cylindrical-coordinate representation of color #ABC2BA: hue angle of 159.13º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2BA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 186 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.24 |
| HSL | 159.13º | 0.16% | 0.72% | - |
| HSV(B) | 159.13º | 0.12% | 0.76% | - |
| XYZ | 44.95 | 50.79 | 53.89 | - |
| YUV | 186.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 186 | 0.12 | 0 | 0.04 | 0.24 | 159.13 | 0.16 | 0.72 |
| Hex | AB | C2 | BA | C | 0 | 4 | 18 | 9F | 10 | 48 |
| Octal | 253 | 302 | 272 | 14 | 0 | 4 | 30 | 237 | 20 | 110 |
| Binary | 10101011 | 11000010 | 10111010 | 1100 | 0 | 100 | 11000 | 10011111 | 10000 | 1001000 |
Color Harmonies of #ABC2BA
Complementary color
Monochromatic Colors of #ABC2BA
Black with #ABC2BA
Text Example
Text Example
White with #ABC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2BA; }
p { color: rgb(171,194,186); }
H1.HeaderClassName
{
color: #ABC2BA;
}
.AnyTagClassName
{
color: #ABC2BA;
}
</style>
background-color css
<style>
a { background-color: #ABC2BA; }
a { background-color: rgb(171,194,186); }
div.DivClassName
{
background-color: #ABC2BA;
}
.BgClassName
{
background-color: #ABC2BA;
}
</style>
border-color css
<style>
span { border-color: #ABC2BA; }
span { border-color: rgb(171,194,186); }
td.TdClassName
{
border-color: #ABC2BA;
}
.TagClassName
{
border-color: #ABC2BA;
}
</style>