Shades of Opal #A6C2B9
Tints of Opal #A6C2B9
RGB
CMYK
RGB Variations
Color information
#A6C2B9 (or 0xA6C2B9) is known color: Opal. HEX triplet: A6, C2 and B9. RGB value is (166,194,185). Sum of RGB (Red+Green+Blue) = 166+194+185=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2B9 is #593D46. Grayscale: #B8B8B8. Windows color (decimal): -5848391 or 12173990. OLE color: 12173990.
HSL color Cylindrical-coordinate representation of color #A6C2B9: hue angle of 160.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C2B9 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 166 | 194 | 185 | - |
CMYK | 0.14 | 0 | 0.05 | 0.24 |
HSL | 160.71º | 0.19% | 0.71% | - |
HSV(B) | 160.71º | 0.14% | 0.76% | - |
XYZ | 43.77 | 50.19 | 53.28 | - |
YUV | 184.6 | 128.22 | 114.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 194 | 185 | 0.14 | 0 | 0.05 | 0.24 | 160.71 | 0.19 | 0.71 |
Hex | A6 | C2 | B9 | E | 0 | 5 | 18 | A1 | 13 | 47 |
Octal | 246 | 302 | 271 | 16 | 0 | 5 | 30 | 241 | 23 | 107 |
Binary | 10100110 | 11000010 | 10111001 | 1110 | 0 | 101 | 11000 | 10100001 | 10011 | 1000111 |
Color Harmonies of #A6C2B9
Complementary color
Monochromatic Colors of #A6C2B9
Black with #A6C2B9
Text Example
Text Example
White with #A6C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C2B9; }
p { color: rgb(166,194,185); }
H1.HeaderClassName
{
color: #A6C2B9;
}
.AnyTagClassName
{
color: #A6C2B9;
}
</style>
background-color css
<style>
a { background-color: #A6C2B9; }
a { background-color: rgb(166,194,185); }
div.DivClassName
{
background-color: #A6C2B9;
}
.BgClassName
{
background-color: #A6C2B9;
}
</style>
border-color css
<style>
span { border-color: #A6C2B9; }
span { border-color: rgb(166,194,185); }
td.TdClassName
{
border-color: #A6C2B9;
}
.TagClassName
{
border-color: #A6C2B9;
}
</style>