Shades of Opal #A6C2B8
Tints of Opal #A6C2B8
RGB
CMYK
RGB Variations
Color information
#A6C2B8 (or 0xA6C2B8) is known color: Opal. HEX triplet: A6, C2 and B8. RGB value is (166,194,184). Sum of RGB (Red+Green+Blue) = 166+194+184=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2B8 is #593D47. Grayscale: #B8B8B8. Windows color (decimal): -5848392 or 12108454. OLE color: 12108454.
HSL color Cylindrical-coordinate representation of color #A6C2B8: hue angle of 158.57º 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 #A6C2B8 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 184 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.24 |
| HSL | 158.57º | 0.19% | 0.71% | - |
| HSV(B) | 158.57º | 0.14% | 0.76% | - |
| XYZ | 43.67 | 50.15 | 52.73 | - |
| YUV | 184.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 184 | 0.14 | 0 | 0.05 | 0.24 | 158.57 | 0.19 | 0.71 |
| Hex | A6 | C2 | B8 | E | 0 | 5 | 18 | 9F | 13 | 47 |
| Octal | 246 | 302 | 270 | 16 | 0 | 5 | 30 | 237 | 23 | 107 |
| Binary | 10100110 | 11000010 | 10111000 | 1110 | 0 | 101 | 11000 | 10011111 | 10011 | 1000111 |
Color Harmonies of #A6C2B8
Complementary color
Monochromatic Colors of #A6C2B8
Black with #A6C2B8
Text Example
Text Example
White with #A6C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C2B8; }
p { color: rgb(166,194,184); }
H1.HeaderClassName
{
color: #A6C2B8;
}
.AnyTagClassName
{
color: #A6C2B8;
}
</style>
background-color css
<style>
a { background-color: #A6C2B8; }
a { background-color: rgb(166,194,184); }
div.DivClassName
{
background-color: #A6C2B8;
}
.BgClassName
{
background-color: #A6C2B8;
}
</style>
border-color css
<style>
span { border-color: #A6C2B8; }
span { border-color: rgb(166,194,184); }
td.TdClassName
{
border-color: #A6C2B8;
}
.TagClassName
{
border-color: #A6C2B8;
}
</style>