Shades of Opal #A6D0C5
Tints of Opal #A6D0C5
RGB
CMYK
RGB Variations
Color information
#A6D0C5 (or 0xA6D0C5) is known color: Opal. HEX triplet: A6, D0 and C5. RGB value is (166,208,197). Sum of RGB (Red+Green+Blue) = 166+208+197=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D0C5 is #592F3A. Grayscale: #C2C2C2. Windows color (decimal): -5844795 or 12964006. OLE color: 12964006.
HSL color Cylindrical-coordinate representation of color #A6D0C5: hue angle of 164.29º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6D0C5 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 197 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.18 |
| HSL | 164.29º | 0.31% | 0.73% | - |
| HSV(B) | 164.29º | 0.2% | 0.82% | - |
| XYZ | 48.36 | 57.25 | 61.32 | - |
| YUV | 194.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 197 | 0.20 | 0 | 0.05 | 0.18 | 164.29 | 0.31 | 0.73 |
| Hex | A6 | D0 | C5 | 14 | 0 | 5 | 12 | A4 | 1F | 49 |
| Octal | 246 | 320 | 305 | 24 | 0 | 5 | 22 | 244 | 37 | 111 |
| Binary | 10100110 | 11010000 | 11000101 | 10100 | 0 | 101 | 10010 | 10100100 | 11111 | 1001001 |
Color Harmonies of #A6D0C5
Complementary color
Monochromatic Colors of #A6D0C5
Black with #A6D0C5
Text Example
Text Example
White with #A6D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D0C5; }
p { color: rgb(166,208,197); }
H1.HeaderClassName
{
color: #A6D0C5;
}
.AnyTagClassName
{
color: #A6D0C5;
}
</style>
background-color css
<style>
a { background-color: #A6D0C5; }
a { background-color: rgb(166,208,197); }
div.DivClassName
{
background-color: #A6D0C5;
}
.BgClassName
{
background-color: #A6D0C5;
}
</style>
border-color css
<style>
span { border-color: #A6D0C5; }
span { border-color: rgb(166,208,197); }
td.TdClassName
{
border-color: #A6D0C5;
}
.TagClassName
{
border-color: #A6D0C5;
}
</style>