Shades of Opal #A6CDBC
Tints of Opal #A6CDBC
RGB
CMYK
RGB Variations
Color information
#A6CDBC (or 0xA6CDBC) is known color: Opal. HEX triplet: A6, CD and BC. RGB value is (166,205,188). Sum of RGB (Red+Green+Blue) = 166+205+188=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDBC is #593243. Grayscale: #BFBFBF. Windows color (decimal): -5845572 or 12373414. OLE color: 12373414.
HSL color Cylindrical-coordinate representation of color #A6CDBC: hue angle of 153.85º 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 #A6CDBC is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 188 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.20 |
| HSL | 153.85º | 0.28% | 0.73% | - |
| HSV(B) | 153.85º | 0.19% | 0.8% | - |
| XYZ | 46.63 | 55.4 | 55.81 | - |
| YUV | 191.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 188 | 0.19 | 0 | 0.08 | 0.20 | 153.85 | 0.28 | 0.73 |
| Hex | A6 | CD | BC | 13 | 0 | 8 | 14 | 9A | 1C | 49 |
| Octal | 246 | 315 | 274 | 23 | 0 | 10 | 24 | 232 | 34 | 111 |
| Binary | 10100110 | 11001101 | 10111100 | 10011 | 0 | 1000 | 10100 | 10011010 | 11100 | 1001001 |
Color Harmonies of #A6CDBC
Complementary color
Monochromatic Colors of #A6CDBC
Black with #A6CDBC
Text Example
Text Example
White with #A6CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDBC; }
p { color: rgb(166,205,188); }
H1.HeaderClassName
{
color: #A6CDBC;
}
.AnyTagClassName
{
color: #A6CDBC;
}
</style>
background-color css
<style>
a { background-color: #A6CDBC; }
a { background-color: rgb(166,205,188); }
div.DivClassName
{
background-color: #A6CDBC;
}
.BgClassName
{
background-color: #A6CDBC;
}
</style>
border-color css
<style>
span { border-color: #A6CDBC; }
span { border-color: rgb(166,205,188); }
td.TdClassName
{
border-color: #A6CDBC;
}
.TagClassName
{
border-color: #A6CDBC;
}
</style>