Shades of Opal #A1D2C0
Tints of Opal #A1D2C0
RGB
CMYK
RGB Variations
Color information
#A1D2C0 (or 0xA1D2C0) is known color: Opal. HEX triplet: A1, D2 and C0. RGB value is (161,210,192). Sum of RGB (Red+Green+Blue) = 161+210+192=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D2C0 is #5E2D3F. Grayscale: #C1C1C1. Windows color (decimal): -6171968 or 12636833. OLE color: 12636833.
HSL color Cylindrical-coordinate representation of color #A1D2C0: hue angle of 157.96º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D2C0 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 192 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.18 |
| HSL | 157.96º | 0.35% | 0.73% | - |
| HSV(B) | 157.96º | 0.23% | 0.82% | - |
| XYZ | 47.26 | 57.48 | 58.47 | - |
| YUV | 193.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 192 | 0.23 | 0 | 0.09 | 0.18 | 157.96 | 0.35 | 0.73 |
| Hex | A1 | D2 | C0 | 17 | 0 | 9 | 12 | 9E | 23 | 49 |
| Octal | 241 | 322 | 300 | 27 | 0 | 11 | 22 | 236 | 43 | 111 |
| Binary | 10100001 | 11010010 | 11000000 | 10111 | 0 | 1001 | 10010 | 10011110 | 100011 | 1001001 |
Color Harmonies of #A1D2C0
Complementary color
Monochromatic Colors of #A1D2C0
Black with #A1D2C0
Text Example
Text Example
White with #A1D2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D2C0; }
p { color: rgb(161,210,192); }
H1.HeaderClassName
{
color: #A1D2C0;
}
.AnyTagClassName
{
color: #A1D2C0;
}
</style>
background-color css
<style>
a { background-color: #A1D2C0; }
a { background-color: rgb(161,210,192); }
div.DivClassName
{
background-color: #A1D2C0;
}
.BgClassName
{
background-color: #A1D2C0;
}
</style>
border-color css
<style>
span { border-color: #A1D2C0; }
span { border-color: rgb(161,210,192); }
td.TdClassName
{
border-color: #A1D2C0;
}
.TagClassName
{
border-color: #A1D2C0;
}
</style>