Shades of Opal #A1D2BF
Tints of Opal #A1D2BF
RGB
CMYK
RGB Variations
Color information
#A1D2BF (or 0xA1D2BF) is known color: Opal. HEX triplet: A1, D2 and BF. RGB value is (161,210,191). Sum of RGB (Red+Green+Blue) = 161+210+191=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D2BF is #5E2D40. Grayscale: #C1C1C1. Windows color (decimal): -6171969 or 12571297. OLE color: 12571297.
HSL color Cylindrical-coordinate representation of color #A1D2BF: hue angle of 156.73º 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 #A1D2BF is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 191 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.18 |
| HSL | 156.73º | 0.35% | 0.73% | - |
| HSV(B) | 156.73º | 0.23% | 0.82% | - |
| XYZ | 47.15 | 57.43 | 57.89 | - |
| YUV | 193.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 191 | 0.23 | 0 | 0.09 | 0.18 | 156.73 | 0.35 | 0.73 |
| Hex | A1 | D2 | BF | 17 | 0 | 9 | 12 | 9D | 23 | 49 |
| Octal | 241 | 322 | 277 | 27 | 0 | 11 | 22 | 235 | 43 | 111 |
| Binary | 10100001 | 11010010 | 10111111 | 10111 | 0 | 1001 | 10010 | 10011101 | 100011 | 1001001 |
Color Harmonies of #A1D2BF
Complementary color
Monochromatic Colors of #A1D2BF
Black with #A1D2BF
Text Example
Text Example
White with #A1D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D2BF; }
p { color: rgb(161,210,191); }
H1.HeaderClassName
{
color: #A1D2BF;
}
.AnyTagClassName
{
color: #A1D2BF;
}
</style>
background-color css
<style>
a { background-color: #A1D2BF; }
a { background-color: rgb(161,210,191); }
div.DivClassName
{
background-color: #A1D2BF;
}
.BgClassName
{
background-color: #A1D2BF;
}
</style>
border-color css
<style>
span { border-color: #A1D2BF; }
span { border-color: rgb(161,210,191); }
td.TdClassName
{
border-color: #A1D2BF;
}
.TagClassName
{
border-color: #A1D2BF;
}
</style>