Shades of Opal #A1CEC1
Tints of Opal #A1CEC1
RGB
CMYK
RGB Variations
Color information
#A1CEC1 (or 0xA1CEC1) is known color: Opal. HEX triplet: A1, CE and C1. RGB value is (161,206,193). Sum of RGB (Red+Green+Blue) = 161+206+193=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEC1 is #5E313E. Grayscale: #BFBFBF. Windows color (decimal): -6172991 or 12701345. OLE color: 12701345.
HSL color Cylindrical-coordinate representation of color #A1CEC1: hue angle of 162.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CEC1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 193 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.19 |
| HSL | 162.67º | 0.31% | 0.72% | - |
| HSV(B) | 162.67º | 0.22% | 0.81% | - |
| XYZ | 46.39 | 55.57 | 58.73 | - |
| YUV | 191.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 193 | 0.22 | 0 | 0.06 | 0.19 | 162.67 | 0.31 | 0.72 |
| Hex | A1 | CE | C1 | 16 | 0 | 6 | 13 | A3 | 1F | 48 |
| Octal | 241 | 316 | 301 | 26 | 0 | 6 | 23 | 243 | 37 | 110 |
| Binary | 10100001 | 11001110 | 11000001 | 10110 | 0 | 110 | 10011 | 10100011 | 11111 | 1001000 |
Color Harmonies of #A1CEC1
Complementary color
Monochromatic Colors of #A1CEC1
Black with #A1CEC1
Text Example
Text Example
White with #A1CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEC1; }
p { color: rgb(161,206,193); }
H1.HeaderClassName
{
color: #A1CEC1;
}
.AnyTagClassName
{
color: #A1CEC1;
}
</style>
background-color css
<style>
a { background-color: #A1CEC1; }
a { background-color: rgb(161,206,193); }
div.DivClassName
{
background-color: #A1CEC1;
}
.BgClassName
{
background-color: #A1CEC1;
}
</style>
border-color css
<style>
span { border-color: #A1CEC1; }
span { border-color: rgb(161,206,193); }
td.TdClassName
{
border-color: #A1CEC1;
}
.TagClassName
{
border-color: #A1CEC1;
}
</style>