Shades of Opal #A6D1C2
Tints of Opal #A6D1C2
RGB
CMYK
RGB Variations
Color information
#A6D1C2 (or 0xA6D1C2) is known color: Opal. HEX triplet: A6, D1 and C2. RGB value is (166,209,194). Sum of RGB (Red+Green+Blue) = 166+209+194=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D1C2 is #592E3D. Grayscale: #C2C2C2. Windows color (decimal): -5844542 or 12767654. OLE color: 12767654.
HSL color Cylindrical-coordinate representation of color #A6D1C2: hue angle of 159.07º 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 #A6D1C2 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 194 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.18 |
| HSL | 159.07º | 0.32% | 0.74% | - |
| HSV(B) | 159.07º | 0.21% | 0.82% | - |
| XYZ | 48.26 | 57.6 | 59.61 | - |
| YUV | 194.43 | 127.75 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 194 | 0.21 | 0 | 0.07 | 0.18 | 159.07 | 0.32 | 0.74 |
| Hex | A6 | D1 | C2 | 15 | 0 | 7 | 12 | 9F | 20 | 4A |
| Octal | 246 | 321 | 302 | 25 | 0 | 7 | 22 | 237 | 40 | 112 |
| Binary | 10100110 | 11010001 | 11000010 | 10101 | 0 | 111 | 10010 | 10011111 | 100000 | 1001010 |
Color Harmonies of #A6D1C2
Complementary color
Monochromatic Colors of #A6D1C2
Black with #A6D1C2
Text Example
Text Example
White with #A6D1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D1C2; }
p { color: rgb(166,209,194); }
H1.HeaderClassName
{
color: #A6D1C2;
}
.AnyTagClassName
{
color: #A6D1C2;
}
</style>
background-color css
<style>
a { background-color: #A6D1C2; }
a { background-color: rgb(166,209,194); }
div.DivClassName
{
background-color: #A6D1C2;
}
.BgClassName
{
background-color: #A6D1C2;
}
</style>
border-color css
<style>
span { border-color: #A6D1C2; }
span { border-color: rgb(166,209,194); }
td.TdClassName
{
border-color: #A6D1C2;
}
.TagClassName
{
border-color: #A6D1C2;
}
</style>