Shades of Opal #A2CBBA
Tints of Opal #A2CBBA
RGB
CMYK
RGB Variations
Color information
#A2CBBA (or 0xA2CBBA) is known color: Opal. HEX triplet: A2, CB and BA. RGB value is (162,203,186). Sum of RGB (Red+Green+Blue) = 162+203+186=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CBBA is #5D3445. Grayscale: #BCBCBC. Windows color (decimal): -6108230 or 12241826. OLE color: 12241826.
HSL color Cylindrical-coordinate representation of color #A2CBBA: hue angle of 155.12º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2CBBA is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 186 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.20 |
| HSL | 155.12º | 0.28% | 0.72% | - |
| HSV(B) | 155.12º | 0.2% | 0.8% | - |
| XYZ | 45.12 | 53.94 | 54.49 | - |
| YUV | 188.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 186 | 0.20 | 0 | 0.08 | 0.20 | 155.12 | 0.28 | 0.72 |
| Hex | A2 | CB | BA | 14 | 0 | 8 | 14 | 9B | 1C | 48 |
| Octal | 242 | 313 | 272 | 24 | 0 | 10 | 24 | 233 | 34 | 110 |
| Binary | 10100010 | 11001011 | 10111010 | 10100 | 0 | 1000 | 10100 | 10011011 | 11100 | 1001000 |
Color Harmonies of #A2CBBA
Complementary color
Monochromatic Colors of #A2CBBA
Black with #A2CBBA
Text Example
Text Example
White with #A2CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CBBA; }
p { color: rgb(162,203,186); }
H1.HeaderClassName
{
color: #A2CBBA;
}
.AnyTagClassName
{
color: #A2CBBA;
}
</style>
background-color css
<style>
a { background-color: #A2CBBA; }
a { background-color: rgb(162,203,186); }
div.DivClassName
{
background-color: #A2CBBA;
}
.BgClassName
{
background-color: #A2CBBA;
}
</style>
border-color css
<style>
span { border-color: #A2CBBA; }
span { border-color: rgb(162,203,186); }
td.TdClassName
{
border-color: #A2CBBA;
}
.TagClassName
{
border-color: #A2CBBA;
}
</style>