Shades of Opal #A1CEC0
Tints of Opal #A1CEC0
RGB
CMYK
RGB Variations
Color information
#A1CEC0 (or 0xA1CEC0) is known color: Opal. HEX triplet: A1, CE and C0. RGB value is (161,206,192). Sum of RGB (Red+Green+Blue) = 161+206+192=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEC0 is #5E313F. Grayscale: #BEBEBE. Windows color (decimal): -6172992 or 12635809. OLE color: 12635809.
HSL color Cylindrical-coordinate representation of color #A1CEC0: hue angle of 161.33º 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 #A1CEC0 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 192 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.19 |
| HSL | 161.33º | 0.31% | 0.72% | - |
| HSV(B) | 161.33º | 0.22% | 0.81% | - |
| XYZ | 46.28 | 55.53 | 58.15 | - |
| YUV | 190.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 192 | 0.22 | 0 | 0.07 | 0.19 | 161.33 | 0.31 | 0.72 |
| Hex | A1 | CE | C0 | 16 | 0 | 7 | 13 | A1 | 1F | 48 |
| Octal | 241 | 316 | 300 | 26 | 0 | 7 | 23 | 241 | 37 | 110 |
| Binary | 10100001 | 11001110 | 11000000 | 10110 | 0 | 111 | 10011 | 10100001 | 11111 | 1001000 |
Color Harmonies of #A1CEC0
Complementary color
Monochromatic Colors of #A1CEC0
Black with #A1CEC0
Text Example
Text Example
White with #A1CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEC0; }
p { color: rgb(161,206,192); }
H1.HeaderClassName
{
color: #A1CEC0;
}
.AnyTagClassName
{
color: #A1CEC0;
}
</style>
background-color css
<style>
a { background-color: #A1CEC0; }
a { background-color: rgb(161,206,192); }
div.DivClassName
{
background-color: #A1CEC0;
}
.BgClassName
{
background-color: #A1CEC0;
}
</style>
border-color css
<style>
span { border-color: #A1CEC0; }
span { border-color: rgb(161,206,192); }
td.TdClassName
{
border-color: #A1CEC0;
}
.TagClassName
{
border-color: #A1CEC0;
}
</style>