Shades of Opal #A4CEC4
Tints of Opal #A4CEC4
RGB
CMYK
RGB Variations
Color information
#A4CEC4 (or 0xA4CEC4) is known color: Opal. HEX triplet: A4, CE and C4. RGB value is (164,206,196). Sum of RGB (Red+Green+Blue) = 164+206+196=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEC4 is #5B313B. Grayscale: #C0C0C0. Windows color (decimal): -5976380 or 12897956. OLE color: 12897956.
HSL color Cylindrical-coordinate representation of color #A4CEC4: hue angle of 165.71º 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 #A4CEC4 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 196 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.19 |
| HSL | 165.71º | 0.3% | 0.73% | - |
| HSV(B) | 165.71º | 0.2% | 0.81% | - |
| XYZ | 47.34 | 56.02 | 60.54 | - |
| YUV | 192.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 196 | 0.20 | 0 | 0.05 | 0.19 | 165.71 | 0.3 | 0.73 |
| Hex | A4 | CE | C4 | 14 | 0 | 5 | 13 | A6 | 1E | 49 |
| Octal | 244 | 316 | 304 | 24 | 0 | 5 | 23 | 246 | 36 | 111 |
| Binary | 10100100 | 11001110 | 11000100 | 10100 | 0 | 101 | 10011 | 10100110 | 11110 | 1001001 |
Color Harmonies of #A4CEC4
Complementary color
Monochromatic Colors of #A4CEC4
Black with #A4CEC4
Text Example
Text Example
White with #A4CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CEC4; }
p { color: rgb(164,206,196); }
H1.HeaderClassName
{
color: #A4CEC4;
}
.AnyTagClassName
{
color: #A4CEC4;
}
</style>
background-color css
<style>
a { background-color: #A4CEC4; }
a { background-color: rgb(164,206,196); }
div.DivClassName
{
background-color: #A4CEC4;
}
.BgClassName
{
background-color: #A4CEC4;
}
</style>
border-color css
<style>
span { border-color: #A4CEC4; }
span { border-color: rgb(164,206,196); }
td.TdClassName
{
border-color: #A4CEC4;
}
.TagClassName
{
border-color: #A4CEC4;
}
</style>