Shades of Opal #A0CABB
Tints of Opal #A0CABB
RGB
CMYK
RGB Variations
Color information
#A0CABB (or 0xA0CABB) is known color: Opal. HEX triplet: A0, CA and BB. RGB value is (160,202,187). Sum of RGB (Red+Green+Blue) = 160+202+187=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CABB is #5F3544. Grayscale: #BBBBBB. Windows color (decimal): -6239557 or 12307104. OLE color: 12307104.
HSL color Cylindrical-coordinate representation of color #A0CABB: hue angle of 158.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CABB is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 187 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.21 |
| HSL | 158.57º | 0.28% | 0.71% | - |
| HSV(B) | 158.57º | 0.21% | 0.79% | - |
| XYZ | 44.59 | 53.3 | 54.95 | - |
| YUV | 187.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 187 | 0.21 | 0 | 0.07 | 0.21 | 158.57 | 0.28 | 0.71 |
| Hex | A0 | CA | BB | 15 | 0 | 7 | 15 | 9F | 1C | 47 |
| Octal | 240 | 312 | 273 | 25 | 0 | 7 | 25 | 237 | 34 | 107 |
| Binary | 10100000 | 11001010 | 10111011 | 10101 | 0 | 111 | 10101 | 10011111 | 11100 | 1000111 |
Color Harmonies of #A0CABB
Complementary color
Monochromatic Colors of #A0CABB
Black with #A0CABB
Text Example
Text Example
White with #A0CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CABB; }
p { color: rgb(160,202,187); }
H1.HeaderClassName
{
color: #A0CABB;
}
.AnyTagClassName
{
color: #A0CABB;
}
</style>
background-color css
<style>
a { background-color: #A0CABB; }
a { background-color: rgb(160,202,187); }
div.DivClassName
{
background-color: #A0CABB;
}
.BgClassName
{
background-color: #A0CABB;
}
</style>
border-color css
<style>
span { border-color: #A0CABB; }
span { border-color: rgb(160,202,187); }
td.TdClassName
{
border-color: #A0CABB;
}
.TagClassName
{
border-color: #A0CABB;
}
</style>