Shades of Opal #A7CEC0
Tints of Opal #A7CEC0
RGB
CMYK
RGB Variations
Color information
#A7CEC0 (or 0xA7CEC0) is known color: Opal. HEX triplet: A7, CE and C0. RGB value is (167,206,192). Sum of RGB (Red+Green+Blue) = 167+206+192=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEC0 is #58313F. Grayscale: #C0C0C0. Windows color (decimal): -5779776 or 12635815. OLE color: 12635815.
HSL color Cylindrical-coordinate representation of color #A7CEC0: hue angle of 158.46º degrees, saturation: 0.28, 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 #A7CEC0 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 192 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.19 |
| HSL | 158.46º | 0.28% | 0.73% | - |
| HSV(B) | 158.46º | 0.19% | 0.81% | - |
| XYZ | 47.52 | 56.16 | 58.21 | - |
| YUV | 192.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 192 | 0.19 | 0 | 0.07 | 0.19 | 158.46 | 0.28 | 0.73 |
| Hex | A7 | CE | C0 | 13 | 0 | 7 | 13 | 9E | 1C | 49 |
| Octal | 247 | 316 | 300 | 23 | 0 | 7 | 23 | 236 | 34 | 111 |
| Binary | 10100111 | 11001110 | 11000000 | 10011 | 0 | 111 | 10011 | 10011110 | 11100 | 1001001 |
Color Harmonies of #A7CEC0
Complementary color
Monochromatic Colors of #A7CEC0
Black with #A7CEC0
Text Example
Text Example
White with #A7CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CEC0; }
p { color: rgb(167,206,192); }
H1.HeaderClassName
{
color: #A7CEC0;
}
.AnyTagClassName
{
color: #A7CEC0;
}
</style>
background-color css
<style>
a { background-color: #A7CEC0; }
a { background-color: rgb(167,206,192); }
div.DivClassName
{
background-color: #A7CEC0;
}
.BgClassName
{
background-color: #A7CEC0;
}
</style>
border-color css
<style>
span { border-color: #A7CEC0; }
span { border-color: rgb(167,206,192); }
td.TdClassName
{
border-color: #A7CEC0;
}
.TagClassName
{
border-color: #A7CEC0;
}
</style>