Shades of Opal #A1CEC2
Tints of Opal #A1CEC2
RGB
CMYK
RGB Variations
Color information
#A1CEC2 (or 0xA1CEC2) is known color: Opal. HEX triplet: A1, CE and C2. RGB value is (161,206,194). Sum of RGB (Red+Green+Blue) = 161+206+194=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEC2 is #5E313D. Grayscale: #BFBFBF. Windows color (decimal): -6172990 or 12766881. OLE color: 12766881.
HSL color Cylindrical-coordinate representation of color #A1CEC2: hue angle of 164º 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 #A1CEC2 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 194 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.19 |
| HSL | 164º | 0.31% | 0.72% | - |
| HSV(B) | 164º | 0.22% | 0.81% | - |
| XYZ | 46.51 | 55.61 | 59.32 | - |
| YUV | 191.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 194 | 0.22 | 0 | 0.06 | 0.19 | 164 | 0.31 | 0.72 |
| Hex | A1 | CE | C2 | 16 | 0 | 6 | 13 | A4 | 1F | 48 |
| Octal | 241 | 316 | 302 | 26 | 0 | 6 | 23 | 244 | 37 | 110 |
| Binary | 10100001 | 11001110 | 11000010 | 10110 | 0 | 110 | 10011 | 10100100 | 11111 | 1001000 |
Color Harmonies of #A1CEC2
Complementary color
Monochromatic Colors of #A1CEC2
Black with #A1CEC2
Text Example
Text Example
White with #A1CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEC2; }
p { color: rgb(161,206,194); }
H1.HeaderClassName
{
color: #A1CEC2;
}
.AnyTagClassName
{
color: #A1CEC2;
}
</style>
background-color css
<style>
a { background-color: #A1CEC2; }
a { background-color: rgb(161,206,194); }
div.DivClassName
{
background-color: #A1CEC2;
}
.BgClassName
{
background-color: #A1CEC2;
}
</style>
border-color css
<style>
span { border-color: #A1CEC2; }
span { border-color: rgb(161,206,194); }
td.TdClassName
{
border-color: #A1CEC2;
}
.TagClassName
{
border-color: #A1CEC2;
}
</style>