Shades of Opal #A3C6B9
Tints of Opal #A3C6B9
RGB
CMYK
RGB Variations
Color information
#A3C6B9 (or 0xA3C6B9) is known color: Opal. HEX triplet: A3, C6 and B9. RGB value is (163,198,185). Sum of RGB (Red+Green+Blue) = 163+198+185=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C6B9 is #5C3946. Grayscale: #BABABA. Windows color (decimal): -6043975 or 12175011. OLE color: 12175011.
HSL color Cylindrical-coordinate representation of color #A3C6B9: hue angle of 157.71º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3C6B9 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 198 | 185 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.22 |
| HSL | 157.71º | 0.23% | 0.71% | - |
| HSV(B) | 157.71º | 0.18% | 0.78% | - |
| XYZ | 44.06 | 51.68 | 53.55 | - |
| YUV | 186.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 185 | 0.18 | 0 | 0.07 | 0.22 | 157.71 | 0.23 | 0.71 |
| Hex | A3 | C6 | B9 | 12 | 0 | 7 | 16 | 9E | 17 | 47 |
| Octal | 243 | 306 | 271 | 22 | 0 | 7 | 26 | 236 | 27 | 107 |
| Binary | 10100011 | 11000110 | 10111001 | 10010 | 0 | 111 | 10110 | 10011110 | 10111 | 1000111 |
Color Harmonies of #A3C6B9
Complementary color
Monochromatic Colors of #A3C6B9
Black with #A3C6B9
Text Example
Text Example
White with #A3C6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C6B9; }
p { color: rgb(163,198,185); }
H1.HeaderClassName
{
color: #A3C6B9;
}
.AnyTagClassName
{
color: #A3C6B9;
}
</style>
background-color css
<style>
a { background-color: #A3C6B9; }
a { background-color: rgb(163,198,185); }
div.DivClassName
{
background-color: #A3C6B9;
}
.BgClassName
{
background-color: #A3C6B9;
}
</style>
border-color css
<style>
span { border-color: #A3C6B9; }
span { border-color: rgb(163,198,185); }
td.TdClassName
{
border-color: #A3C6B9;
}
.TagClassName
{
border-color: #A3C6B9;
}
</style>