Shades of Opal #A0CCBB
Tints of Opal #A0CCBB
RGB
CMYK
RGB Variations
Color information
#A0CCBB (or 0xA0CCBB) is known color: Opal. HEX triplet: A0, CC and BB. RGB value is (160,204,187). Sum of RGB (Red+Green+Blue) = 160+204+187=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCBB is #5F3344. Grayscale: #BCBCBC. Windows color (decimal): -6239045 or 12307616. OLE color: 12307616.
HSL color Cylindrical-coordinate representation of color #A0CCBB: hue angle of 156.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCBB is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 187 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.2 |
| HSL | 156.82º | 0.3% | 0.71% | - |
| HSV(B) | 156.82º | 0.22% | 0.8% | - |
| XYZ | 45.06 | 54.25 | 55.11 | - |
| YUV | 188.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 187 | 0.22 | 0 | 0.08 | 0.2 | 156.82 | 0.3 | 0.71 |
| Hex | A0 | CC | BB | 16 | 0 | 8 | 14 | 9D | 1E | 47 |
| Octal | 240 | 314 | 273 | 26 | 0 | 10 | 24 | 235 | 36 | 107 |
| Binary | 10100000 | 11001100 | 10111011 | 10110 | 0 | 1000 | 10100 | 10011101 | 11110 | 1000111 |
Color Harmonies of #A0CCBB
Complementary color
Monochromatic Colors of #A0CCBB
Black with #A0CCBB
Text Example
Text Example
White with #A0CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCBB; }
p { color: rgb(160,204,187); }
H1.HeaderClassName
{
color: #A0CCBB;
}
.AnyTagClassName
{
color: #A0CCBB;
}
</style>
background-color css
<style>
a { background-color: #A0CCBB; }
a { background-color: rgb(160,204,187); }
div.DivClassName
{
background-color: #A0CCBB;
}
.BgClassName
{
background-color: #A0CCBB;
}
</style>
border-color css
<style>
span { border-color: #A0CCBB; }
span { border-color: rgb(160,204,187); }
td.TdClassName
{
border-color: #A0CCBB;
}
.TagClassName
{
border-color: #A0CCBB;
}
</style>