Shades of Opal #A2CAC1
Tints of Opal #A2CAC1
RGB
CMYK
RGB Variations
Color information
#A2CAC1 (or 0xA2CAC1) is known color: Opal. HEX triplet: A2, CA and C1. RGB value is (162,202,193). Sum of RGB (Red+Green+Blue) = 162+202+193=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CAC1 is #5D353E. Grayscale: #BDBDBD. Windows color (decimal): -6108479 or 12700322. OLE color: 12700322.
HSL color Cylindrical-coordinate representation of color #A2CAC1: hue angle of 166.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2CAC1 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 193 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.21 |
| HSL | 166.5º | 0.27% | 0.71% | - |
| HSV(B) | 166.5º | 0.2% | 0.79% | - |
| XYZ | 45.65 | 53.77 | 58.43 | - |
| YUV | 189.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 193 | 0.20 | 0 | 0.04 | 0.21 | 166.5 | 0.27 | 0.71 |
| Hex | A2 | CA | C1 | 14 | 0 | 4 | 15 | A6 | 1B | 47 |
| Octal | 242 | 312 | 301 | 24 | 0 | 4 | 25 | 246 | 33 | 107 |
| Binary | 10100010 | 11001010 | 11000001 | 10100 | 0 | 100 | 10101 | 10100110 | 11011 | 1000111 |
Color Harmonies of #A2CAC1
Complementary color
Monochromatic Colors of #A2CAC1
Black with #A2CAC1
Text Example
Text Example
White with #A2CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CAC1; }
p { color: rgb(162,202,193); }
H1.HeaderClassName
{
color: #A2CAC1;
}
.AnyTagClassName
{
color: #A2CAC1;
}
</style>
background-color css
<style>
a { background-color: #A2CAC1; }
a { background-color: rgb(162,202,193); }
div.DivClassName
{
background-color: #A2CAC1;
}
.BgClassName
{
background-color: #A2CAC1;
}
</style>
border-color css
<style>
span { border-color: #A2CAC1; }
span { border-color: rgb(162,202,193); }
td.TdClassName
{
border-color: #A2CAC1;
}
.TagClassName
{
border-color: #A2CAC1;
}
</style>