Shades of Opal #A6CEC0
Tints of Opal #A6CEC0
RGB
CMYK
RGB Variations
Color information
#A6CEC0 (or 0xA6CEC0) is known color: Opal. HEX triplet: A6, CE and C0. RGB value is (166,206,192). Sum of RGB (Red+Green+Blue) = 166+206+192=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEC0 is #59313F. Grayscale: #C0C0C0. Windows color (decimal): -5845312 or 12635814. OLE color: 12635814.
HSL color Cylindrical-coordinate representation of color #A6CEC0: hue angle of 159º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CEC0 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 192 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.19 |
| HSL | 159º | 0.29% | 0.73% | - |
| HSV(B) | 159º | 0.19% | 0.81% | - |
| XYZ | 47.31 | 56.06 | 58.2 | - |
| YUV | 192.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 192 | 0.19 | 0 | 0.07 | 0.19 | 159 | 0.29 | 0.73 |
| Hex | A6 | CE | C0 | 13 | 0 | 7 | 13 | 9F | 1D | 49 |
| Octal | 246 | 316 | 300 | 23 | 0 | 7 | 23 | 237 | 35 | 111 |
| Binary | 10100110 | 11001110 | 11000000 | 10011 | 0 | 111 | 10011 | 10011111 | 11101 | 1001001 |
Color Harmonies of #A6CEC0
Complementary color
Monochromatic Colors of #A6CEC0
Black with #A6CEC0
Text Example
Text Example
White with #A6CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CEC0; }
p { color: rgb(166,206,192); }
H1.HeaderClassName
{
color: #A6CEC0;
}
.AnyTagClassName
{
color: #A6CEC0;
}
</style>
background-color css
<style>
a { background-color: #A6CEC0; }
a { background-color: rgb(166,206,192); }
div.DivClassName
{
background-color: #A6CEC0;
}
.BgClassName
{
background-color: #A6CEC0;
}
</style>
border-color css
<style>
span { border-color: #A6CEC0; }
span { border-color: rgb(166,206,192); }
td.TdClassName
{
border-color: #A6CEC0;
}
.TagClassName
{
border-color: #A6CEC0;
}
</style>