Shades of Opal #A6C5BE
Tints of Opal #A6C5BE
RGB
CMYK
RGB Variations
Color information
#A6C5BE (or 0xA6C5BE) is known color: Opal. HEX triplet: A6, C5 and BE. RGB value is (166,197,190). Sum of RGB (Red+Green+Blue) = 166+197+190=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5BE is #593A41. Grayscale: #BABABA. Windows color (decimal): -5847618 or 12502438. OLE color: 12502438.
HSL color Cylindrical-coordinate representation of color #A6C5BE: hue angle of 166.45º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C5BE is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 190 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.23 |
| HSL | 166.45º | 0.21% | 0.71% | - |
| HSV(B) | 166.45º | 0.16% | 0.77% | - |
| XYZ | 44.99 | 51.76 | 56.33 | - |
| YUV | 186.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 190 | 0.16 | 0 | 0.04 | 0.23 | 166.45 | 0.21 | 0.71 |
| Hex | A6 | C5 | BE | 10 | 0 | 4 | 17 | A6 | 15 | 47 |
| Octal | 246 | 305 | 276 | 20 | 0 | 4 | 27 | 246 | 25 | 107 |
| Binary | 10100110 | 11000101 | 10111110 | 10000 | 0 | 100 | 10111 | 10100110 | 10101 | 1000111 |
Color Harmonies of #A6C5BE
Complementary color
Monochromatic Colors of #A6C5BE
Black with #A6C5BE
Text Example
Text Example
White with #A6C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C5BE; }
p { color: rgb(166,197,190); }
H1.HeaderClassName
{
color: #A6C5BE;
}
.AnyTagClassName
{
color: #A6C5BE;
}
</style>
background-color css
<style>
a { background-color: #A6C5BE; }
a { background-color: rgb(166,197,190); }
div.DivClassName
{
background-color: #A6C5BE;
}
.BgClassName
{
background-color: #A6C5BE;
}
</style>
border-color css
<style>
span { border-color: #A6C5BE; }
span { border-color: rgb(166,197,190); }
td.TdClassName
{
border-color: #A6C5BE;
}
.TagClassName
{
border-color: #A6C5BE;
}
</style>