Shades of Opal #A8CEC0
Tints of Opal #A8CEC0
RGB
CMYK
RGB Variations
Color information
#A8CEC0 (or 0xA8CEC0) is known color: Opal. HEX triplet: A8, CE and C0. RGB value is (168,206,192). Sum of RGB (Red+Green+Blue) = 168+206+192=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEC0 is #57313F. Grayscale: #C1C1C1. Windows color (decimal): -5714240 or 12635816. OLE color: 12635816.
HSL color Cylindrical-coordinate representation of color #A8CEC0: hue angle of 157.89º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CEC0 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 192 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.19 |
| HSL | 157.89º | 0.28% | 0.73% | - |
| HSV(B) | 157.89º | 0.18% | 0.81% | - |
| XYZ | 47.73 | 56.27 | 58.22 | - |
| YUV | 193.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 192 | 0.18 | 0 | 0.07 | 0.19 | 157.89 | 0.28 | 0.73 |
| Hex | A8 | CE | C0 | 12 | 0 | 7 | 13 | 9E | 1C | 49 |
| Octal | 250 | 316 | 300 | 22 | 0 | 7 | 23 | 236 | 34 | 111 |
| Binary | 10101000 | 11001110 | 11000000 | 10010 | 0 | 111 | 10011 | 10011110 | 11100 | 1001001 |
Color Harmonies of #A8CEC0
Complementary color
Monochromatic Colors of #A8CEC0
Black with #A8CEC0
Text Example
Text Example
White with #A8CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEC0; }
p { color: rgb(168,206,192); }
H1.HeaderClassName
{
color: #A8CEC0;
}
.AnyTagClassName
{
color: #A8CEC0;
}
</style>
background-color css
<style>
a { background-color: #A8CEC0; }
a { background-color: rgb(168,206,192); }
div.DivClassName
{
background-color: #A8CEC0;
}
.BgClassName
{
background-color: #A8CEC0;
}
</style>
border-color css
<style>
span { border-color: #A8CEC0; }
span { border-color: rgb(168,206,192); }
td.TdClassName
{
border-color: #A8CEC0;
}
.TagClassName
{
border-color: #A8CEC0;
}
</style>