Shades of Opal #A0CBBB
Tints of Opal #A0CBBB
RGB
CMYK
RGB Variations
Color information
#A0CBBB (or 0xA0CBBB) is known color: Opal. HEX triplet: A0, CB and BB. RGB value is (160,203,187). Sum of RGB (Red+Green+Blue) = 160+203+187=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBBB is #5F3444. Grayscale: #BCBCBC. Windows color (decimal): -6239301 or 12307360. OLE color: 12307360.
HSL color Cylindrical-coordinate representation of color #A0CBBB: hue angle of 157.67º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CBBB is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 187 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.20 |
| HSL | 157.67º | 0.29% | 0.71% | - |
| HSV(B) | 157.67º | 0.21% | 0.8% | - |
| XYZ | 44.82 | 53.77 | 55.03 | - |
| YUV | 188.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 187 | 0.21 | 0 | 0.08 | 0.20 | 157.67 | 0.29 | 0.71 |
| Hex | A0 | CB | BB | 15 | 0 | 8 | 14 | 9E | 1D | 47 |
| Octal | 240 | 313 | 273 | 25 | 0 | 10 | 24 | 236 | 35 | 107 |
| Binary | 10100000 | 11001011 | 10111011 | 10101 | 0 | 1000 | 10100 | 10011110 | 11101 | 1000111 |
Color Harmonies of #A0CBBB
Complementary color
Monochromatic Colors of #A0CBBB
Black with #A0CBBB
Text Example
Text Example
White with #A0CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBBB; }
p { color: rgb(160,203,187); }
H1.HeaderClassName
{
color: #A0CBBB;
}
.AnyTagClassName
{
color: #A0CBBB;
}
</style>
background-color css
<style>
a { background-color: #A0CBBB; }
a { background-color: rgb(160,203,187); }
div.DivClassName
{
background-color: #A0CBBB;
}
.BgClassName
{
background-color: #A0CBBB;
}
</style>
border-color css
<style>
span { border-color: #A0CBBB; }
span { border-color: rgb(160,203,187); }
td.TdClassName
{
border-color: #A0CBBB;
}
.TagClassName
{
border-color: #A0CBBB;
}
</style>