Shades of Opal #A6C4C0
Tints of Opal #A6C4C0
RGB
CMYK
RGB Variations
Color information
#A6C4C0 (or 0xA6C4C0) is known color: Opal. HEX triplet: A6, C4 and C0. RGB value is (166,196,192). Sum of RGB (Red+Green+Blue) = 166+196+192=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C4C0 is #593B3F. Grayscale: #BABABA. Windows color (decimal): -5847872 or 12633254. OLE color: 12633254.
HSL color Cylindrical-coordinate representation of color #A6C4C0: hue angle of 172º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6C4C0 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 196 | 192 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.23 |
| HSL | 172º | 0.2% | 0.71% | - |
| HSV(B) | 172º | 0.15% | 0.77% | - |
| XYZ | 44.98 | 51.39 | 57.42 | - |
| YUV | 186.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 192 | 0.15 | 0 | 0.02 | 0.23 | 172 | 0.2 | 0.71 |
| Hex | A6 | C4 | C0 | F | 0 | 2 | 17 | AC | 14 | 47 |
| Octal | 246 | 304 | 300 | 17 | 0 | 2 | 27 | 254 | 24 | 107 |
| Binary | 10100110 | 11000100 | 11000000 | 1111 | 0 | 10 | 10111 | 10101100 | 10100 | 1000111 |
Color Harmonies of #A6C4C0
Complementary color
Monochromatic Colors of #A6C4C0
Black with #A6C4C0
Text Example
Text Example
White with #A6C4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C4C0; }
p { color: rgb(166,196,192); }
H1.HeaderClassName
{
color: #A6C4C0;
}
.AnyTagClassName
{
color: #A6C4C0;
}
</style>
background-color css
<style>
a { background-color: #A6C4C0; }
a { background-color: rgb(166,196,192); }
div.DivClassName
{
background-color: #A6C4C0;
}
.BgClassName
{
background-color: #A6C4C0;
}
</style>
border-color css
<style>
span { border-color: #A6C4C0; }
span { border-color: rgb(166,196,192); }
td.TdClassName
{
border-color: #A6C4C0;
}
.TagClassName
{
border-color: #A6C4C0;
}
</style>