Shades of Opal #A2D0BE
Tints of Opal #A2D0BE
RGB
CMYK
RGB Variations
Color information
#A2D0BE (or 0xA2D0BE) is known color: Opal. HEX triplet: A2, D0 and BE. RGB value is (162,208,190). Sum of RGB (Red+Green+Blue) = 162+208+190=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D0BE is #5D2F41. Grayscale: #C0C0C0. Windows color (decimal): -6106946 or 12505250. OLE color: 12505250.
HSL color Cylindrical-coordinate representation of color #A2D0BE: hue angle of 156.52º degrees, saturation: 0.33, 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 #A2D0BE is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 190 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.18 |
| HSL | 156.52º | 0.33% | 0.73% | - |
| HSV(B) | 156.52º | 0.22% | 0.82% | - |
| XYZ | 46.75 | 56.51 | 57.16 | - |
| YUV | 192.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 190 | 0.22 | 0 | 0.09 | 0.18 | 156.52 | 0.33 | 0.73 |
| Hex | A2 | D0 | BE | 16 | 0 | 9 | 12 | 9D | 21 | 49 |
| Octal | 242 | 320 | 276 | 26 | 0 | 11 | 22 | 235 | 41 | 111 |
| Binary | 10100010 | 11010000 | 10111110 | 10110 | 0 | 1001 | 10010 | 10011101 | 100001 | 1001001 |
Color Harmonies of #A2D0BE
Complementary color
Monochromatic Colors of #A2D0BE
Black with #A2D0BE
Text Example
Text Example
White with #A2D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0BE; }
p { color: rgb(162,208,190); }
H1.HeaderClassName
{
color: #A2D0BE;
}
.AnyTagClassName
{
color: #A2D0BE;
}
</style>
background-color css
<style>
a { background-color: #A2D0BE; }
a { background-color: rgb(162,208,190); }
div.DivClassName
{
background-color: #A2D0BE;
}
.BgClassName
{
background-color: #A2D0BE;
}
</style>
border-color css
<style>
span { border-color: #A2D0BE; }
span { border-color: rgb(162,208,190); }
td.TdClassName
{
border-color: #A2D0BE;
}
.TagClassName
{
border-color: #A2D0BE;
}
</style>