Shades of Opal #A4CBC0
Tints of Opal #A4CBC0
RGB
CMYK
RGB Variations
Color information
#A4CBC0 (or 0xA4CBC0) is known color: Opal. HEX triplet: A4, CB and C0. RGB value is (164,203,192). Sum of RGB (Red+Green+Blue) = 164+203+192=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBC0 is #5B343F. Grayscale: #BEBEBE. Windows color (decimal): -5977152 or 12635044. OLE color: 12635044.
HSL color Cylindrical-coordinate representation of color #A4CBC0: hue angle of 163.08º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4CBC0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 192 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.20 |
| HSL | 163.08º | 0.27% | 0.72% | - |
| HSV(B) | 163.08º | 0.19% | 0.8% | - |
| XYZ | 46.18 | 54.41 | 57.94 | - |
| YUV | 190.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 192 | 0.19 | 0 | 0.05 | 0.20 | 163.08 | 0.27 | 0.72 |
| Hex | A4 | CB | C0 | 13 | 0 | 5 | 14 | A3 | 1B | 48 |
| Octal | 244 | 313 | 300 | 23 | 0 | 5 | 24 | 243 | 33 | 110 |
| Binary | 10100100 | 11001011 | 11000000 | 10011 | 0 | 101 | 10100 | 10100011 | 11011 | 1001000 |
Color Harmonies of #A4CBC0
Complementary color
Monochromatic Colors of #A4CBC0
Black with #A4CBC0
Text Example
Text Example
White with #A4CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CBC0; }
p { color: rgb(164,203,192); }
H1.HeaderClassName
{
color: #A4CBC0;
}
.AnyTagClassName
{
color: #A4CBC0;
}
</style>
background-color css
<style>
a { background-color: #A4CBC0; }
a { background-color: rgb(164,203,192); }
div.DivClassName
{
background-color: #A4CBC0;
}
.BgClassName
{
background-color: #A4CBC0;
}
</style>
border-color css
<style>
span { border-color: #A4CBC0; }
span { border-color: rgb(164,203,192); }
td.TdClassName
{
border-color: #A4CBC0;
}
.TagClassName
{
border-color: #A4CBC0;
}
</style>