Shades of Opal #A2C4BF
Tints of Opal #A2C4BF
RGB
CMYK
RGB Variations
Color information
#A2C4BF (or 0xA2C4BF) is known color: Opal. HEX triplet: A2, C4 and BF. RGB value is (162,196,191). Sum of RGB (Red+Green+Blue) = 162+196+191=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C4BF is #5D3B40. Grayscale: #B9B9B9. Windows color (decimal): -6110017 or 12567714. OLE color: 12567714.
HSL color Cylindrical-coordinate representation of color #A2C4BF: hue angle of 171.18º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2C4BF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 191 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.23 |
| HSL | 171.18º | 0.22% | 0.7% | - |
| HSV(B) | 171.18º | 0.17% | 0.77% | - |
| XYZ | 44.04 | 50.92 | 56.8 | - |
| YUV | 185.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 191 | 0.17 | 0 | 0.03 | 0.23 | 171.18 | 0.22 | 0.7 |
| Hex | A2 | C4 | BF | 11 | 0 | 3 | 17 | AB | 16 | 46 |
| Octal | 242 | 304 | 277 | 21 | 0 | 3 | 27 | 253 | 26 | 106 |
| Binary | 10100010 | 11000100 | 10111111 | 10001 | 0 | 11 | 10111 | 10101011 | 10110 | 1000110 |
Color Harmonies of #A2C4BF
Complementary color
Monochromatic Colors of #A2C4BF
Black with #A2C4BF
Text Example
Text Example
White with #A2C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C4BF; }
p { color: rgb(162,196,191); }
H1.HeaderClassName
{
color: #A2C4BF;
}
.AnyTagClassName
{
color: #A2C4BF;
}
</style>
background-color css
<style>
a { background-color: #A2C4BF; }
a { background-color: rgb(162,196,191); }
div.DivClassName
{
background-color: #A2C4BF;
}
.BgClassName
{
background-color: #A2C4BF;
}
</style>
border-color css
<style>
span { border-color: #A2C4BF; }
span { border-color: rgb(162,196,191); }
td.TdClassName
{
border-color: #A2C4BF;
}
.TagClassName
{
border-color: #A2C4BF;
}
</style>