Shades of Opal #A6CDC1
Tints of Opal #A6CDC1
RGB
CMYK
RGB Variations
Color information
#A6CDC1 (or 0xA6CDC1) is known color: Opal. HEX triplet: A6, CD and C1. RGB value is (166,205,193). Sum of RGB (Red+Green+Blue) = 166+205+193=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDC1 is #59323E. Grayscale: #BFBFBF. Windows color (decimal): -5845567 or 12701094. OLE color: 12701094.
HSL color Cylindrical-coordinate representation of color #A6CDC1: hue angle of 161.54º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CDC1 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 193 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.20 |
| HSL | 161.54º | 0.28% | 0.73% | - |
| HSV(B) | 161.54º | 0.19% | 0.8% | - |
| XYZ | 47.18 | 55.62 | 58.7 | - |
| YUV | 191.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 193 | 0.19 | 0 | 0.06 | 0.20 | 161.54 | 0.28 | 0.73 |
| Hex | A6 | CD | C1 | 13 | 0 | 6 | 14 | A2 | 1C | 49 |
| Octal | 246 | 315 | 301 | 23 | 0 | 6 | 24 | 242 | 34 | 111 |
| Binary | 10100110 | 11001101 | 11000001 | 10011 | 0 | 110 | 10100 | 10100010 | 11100 | 1001001 |
Color Harmonies of #A6CDC1
Complementary color
Monochromatic Colors of #A6CDC1
Black with #A6CDC1
Text Example
Text Example
White with #A6CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDC1; }
p { color: rgb(166,205,193); }
H1.HeaderClassName
{
color: #A6CDC1;
}
.AnyTagClassName
{
color: #A6CDC1;
}
</style>
background-color css
<style>
a { background-color: #A6CDC1; }
a { background-color: rgb(166,205,193); }
div.DivClassName
{
background-color: #A6CDC1;
}
.BgClassName
{
background-color: #A6CDC1;
}
</style>
border-color css
<style>
span { border-color: #A6CDC1; }
span { border-color: rgb(166,205,193); }
td.TdClassName
{
border-color: #A6CDC1;
}
.TagClassName
{
border-color: #A6CDC1;
}
</style>