Shades of Opal #A4CEC0
Tints of Opal #A4CEC0
RGB
CMYK
RGB Variations
Color information
#A4CEC0 (or 0xA4CEC0) is known color: Opal. HEX triplet: A4, CE and C0. RGB value is (164,206,192). Sum of RGB (Red+Green+Blue) = 164+206+192=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEC0 is #5B313F. Grayscale: #BFBFBF. Windows color (decimal): -5976384 or 12635812. OLE color: 12635812.
HSL color Cylindrical-coordinate representation of color #A4CEC0: hue angle of 160º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CEC0 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 192 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.19 |
| HSL | 160º | 0.3% | 0.73% | - |
| HSV(B) | 160º | 0.2% | 0.81% | - |
| XYZ | 46.9 | 55.84 | 58.18 | - |
| YUV | 191.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 192 | 0.20 | 0 | 0.07 | 0.19 | 160 | 0.3 | 0.73 |
| Hex | A4 | CE | C0 | 14 | 0 | 7 | 13 | A0 | 1E | 49 |
| Octal | 244 | 316 | 300 | 24 | 0 | 7 | 23 | 240 | 36 | 111 |
| Binary | 10100100 | 11001110 | 11000000 | 10100 | 0 | 111 | 10011 | 10100000 | 11110 | 1001001 |
Color Harmonies of #A4CEC0
Complementary color
Monochromatic Colors of #A4CEC0
Black with #A4CEC0
Text Example
Text Example
White with #A4CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CEC0; }
p { color: rgb(164,206,192); }
H1.HeaderClassName
{
color: #A4CEC0;
}
.AnyTagClassName
{
color: #A4CEC0;
}
</style>
background-color css
<style>
a { background-color: #A4CEC0; }
a { background-color: rgb(164,206,192); }
div.DivClassName
{
background-color: #A4CEC0;
}
.BgClassName
{
background-color: #A4CEC0;
}
</style>
border-color css
<style>
span { border-color: #A4CEC0; }
span { border-color: rgb(164,206,192); }
td.TdClassName
{
border-color: #A4CEC0;
}
.TagClassName
{
border-color: #A4CEC0;
}
</style>