Shades of Opal #A6D1C1
Tints of Opal #A6D1C1
RGB
CMYK
RGB Variations
Color information
#A6D1C1 (or 0xA6D1C1) is known color: Opal. HEX triplet: A6, D1 and C1. RGB value is (166,209,193). Sum of RGB (Red+Green+Blue) = 166+209+193=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D1C1 is #592E3E. Grayscale: #C2C2C2. Windows color (decimal): -5844543 or 12702118. OLE color: 12702118.
HSL color Cylindrical-coordinate representation of color #A6D1C1: hue angle of 157.67º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D1C1 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 193 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.18 |
| HSL | 157.67º | 0.32% | 0.74% | - |
| HSV(B) | 157.67º | 0.21% | 0.82% | - |
| XYZ | 48.15 | 57.56 | 59.02 | - |
| YUV | 194.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 193 | 0.21 | 0 | 0.08 | 0.18 | 157.67 | 0.32 | 0.74 |
| Hex | A6 | D1 | C1 | 15 | 0 | 8 | 12 | 9E | 20 | 4A |
| Octal | 246 | 321 | 301 | 25 | 0 | 10 | 22 | 236 | 40 | 112 |
| Binary | 10100110 | 11010001 | 11000001 | 10101 | 0 | 1000 | 10010 | 10011110 | 100000 | 1001010 |
Color Harmonies of #A6D1C1
Complementary color
Monochromatic Colors of #A6D1C1
Black with #A6D1C1
Text Example
Text Example
White with #A6D1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D1C1; }
p { color: rgb(166,209,193); }
H1.HeaderClassName
{
color: #A6D1C1;
}
.AnyTagClassName
{
color: #A6D1C1;
}
</style>
background-color css
<style>
a { background-color: #A6D1C1; }
a { background-color: rgb(166,209,193); }
div.DivClassName
{
background-color: #A6D1C1;
}
.BgClassName
{
background-color: #A6D1C1;
}
</style>
border-color css
<style>
span { border-color: #A6D1C1; }
span { border-color: rgb(166,209,193); }
td.TdClassName
{
border-color: #A6D1C1;
}
.TagClassName
{
border-color: #A6D1C1;
}
</style>