Shades of Opal #A2C5B7
Tints of Opal #A2C5B7
RGB
CMYK
RGB Variations
Color information
#A2C5B7 (or 0xA2C5B7) is known color: Opal. HEX triplet: A2, C5 and B7. RGB value is (162,197,183). Sum of RGB (Red+Green+Blue) = 162+197+183=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C5B7 is #5D3A48. Grayscale: #B8B8B8. Windows color (decimal): -6109769 or 12043682. OLE color: 12043682.
HSL color Cylindrical-coordinate representation of color #A2C5B7: hue angle of 156º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2C5B7 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 183 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.23 |
| HSL | 156º | 0.23% | 0.7% | - |
| HSV(B) | 156º | 0.18% | 0.77% | - |
| XYZ | 43.41 | 51.03 | 52.36 | - |
| YUV | 184.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 183 | 0.18 | 0 | 0.07 | 0.23 | 156 | 0.23 | 0.7 |
| Hex | A2 | C5 | B7 | 12 | 0 | 7 | 17 | 9C | 17 | 46 |
| Octal | 242 | 305 | 267 | 22 | 0 | 7 | 27 | 234 | 27 | 106 |
| Binary | 10100010 | 11000101 | 10110111 | 10010 | 0 | 111 | 10111 | 10011100 | 10111 | 1000110 |
Color Harmonies of #A2C5B7
Complementary color
Monochromatic Colors of #A2C5B7
Black with #A2C5B7
Text Example
Text Example
White with #A2C5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C5B7; }
p { color: rgb(162,197,183); }
H1.HeaderClassName
{
color: #A2C5B7;
}
.AnyTagClassName
{
color: #A2C5B7;
}
</style>
background-color css
<style>
a { background-color: #A2C5B7; }
a { background-color: rgb(162,197,183); }
div.DivClassName
{
background-color: #A2C5B7;
}
.BgClassName
{
background-color: #A2C5B7;
}
</style>
border-color css
<style>
span { border-color: #A2C5B7; }
span { border-color: rgb(162,197,183); }
td.TdClassName
{
border-color: #A2C5B7;
}
.TagClassName
{
border-color: #A2C5B7;
}
</style>