Shades of Opal #A2D1BE
Tints of Opal #A2D1BE
RGB
CMYK
RGB Variations
Color information
#A2D1BE (or 0xA2D1BE) is known color: Opal. HEX triplet: A2, D1 and BE. RGB value is (162,209,190). Sum of RGB (Red+Green+Blue) = 162+209+190=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D1BE is #5D2E41. Grayscale: #C0C0C0. Windows color (decimal): -6106690 or 12505506. OLE color: 12505506.
HSL color Cylindrical-coordinate representation of color #A2D1BE: hue angle of 155.74º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D1BE is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 190 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.18 |
| HSL | 155.74º | 0.34% | 0.73% | - |
| HSV(B) | 155.74º | 0.22% | 0.82% | - |
| XYZ | 47 | 57 | 57.24 | - |
| YUV | 192.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 190 | 0.22 | 0 | 0.09 | 0.18 | 155.74 | 0.34 | 0.73 |
| Hex | A2 | D1 | BE | 16 | 0 | 9 | 12 | 9C | 22 | 49 |
| Octal | 242 | 321 | 276 | 26 | 0 | 11 | 22 | 234 | 42 | 111 |
| Binary | 10100010 | 11010001 | 10111110 | 10110 | 0 | 1001 | 10010 | 10011100 | 100010 | 1001001 |
Color Harmonies of #A2D1BE
Complementary color
Monochromatic Colors of #A2D1BE
Black with #A2D1BE
Text Example
Text Example
White with #A2D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D1BE; }
p { color: rgb(162,209,190); }
H1.HeaderClassName
{
color: #A2D1BE;
}
.AnyTagClassName
{
color: #A2D1BE;
}
</style>
background-color css
<style>
a { background-color: #A2D1BE; }
a { background-color: rgb(162,209,190); }
div.DivClassName
{
background-color: #A2D1BE;
}
.BgClassName
{
background-color: #A2D1BE;
}
</style>
border-color css
<style>
span { border-color: #A2D1BE; }
span { border-color: rgb(162,209,190); }
td.TdClassName
{
border-color: #A2D1BE;
}
.TagClassName
{
border-color: #A2D1BE;
}
</style>