Shades of Opal #A4CBC1
Tints of Opal #A4CBC1
RGB
CMYK
RGB Variations
Color information
#A4CBC1 (or 0xA4CBC1) is known color: Opal. HEX triplet: A4, CB and C1. RGB value is (164,203,193). Sum of RGB (Red+Green+Blue) = 164+203+193=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBC1 is #5B343E. Grayscale: #BEBEBE. Windows color (decimal): -5977151 or 12700580. OLE color: 12700580.
HSL color Cylindrical-coordinate representation of color #A4CBC1: hue angle of 164.62º 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 #A4CBC1 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 193 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.20 |
| HSL | 164.62º | 0.27% | 0.72% | - |
| HSV(B) | 164.62º | 0.19% | 0.8% | - |
| XYZ | 46.29 | 54.45 | 58.52 | - |
| YUV | 190.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 193 | 0.19 | 0 | 0.05 | 0.20 | 164.62 | 0.27 | 0.72 |
| Hex | A4 | CB | C1 | 13 | 0 | 5 | 14 | A5 | 1B | 48 |
| Octal | 244 | 313 | 301 | 23 | 0 | 5 | 24 | 245 | 33 | 110 |
| Binary | 10100100 | 11001011 | 11000001 | 10011 | 0 | 101 | 10100 | 10100101 | 11011 | 1001000 |
Color Harmonies of #A4CBC1
Complementary color
Monochromatic Colors of #A4CBC1
Black with #A4CBC1
Text Example
Text Example
White with #A4CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CBC1; }
p { color: rgb(164,203,193); }
H1.HeaderClassName
{
color: #A4CBC1;
}
.AnyTagClassName
{
color: #A4CBC1;
}
</style>
background-color css
<style>
a { background-color: #A4CBC1; }
a { background-color: rgb(164,203,193); }
div.DivClassName
{
background-color: #A4CBC1;
}
.BgClassName
{
background-color: #A4CBC1;
}
</style>
border-color css
<style>
span { border-color: #A4CBC1; }
span { border-color: rgb(164,203,193); }
td.TdClassName
{
border-color: #A4CBC1;
}
.TagClassName
{
border-color: #A4CBC1;
}
</style>