Shades of Opal #A0C9BC
Tints of Opal #A0C9BC
RGB
CMYK
RGB Variations
Color information
#A0C9BC (or 0xA0C9BC) is known color: Opal. HEX triplet: A0, C9 and BC. RGB value is (160,201,188). Sum of RGB (Red+Green+Blue) = 160+201+188=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C9BC is #5F3643. Grayscale: #BBBBBB. Windows color (decimal): -6239812 or 12372384. OLE color: 12372384.
HSL color Cylindrical-coordinate representation of color #A0C9BC: hue angle of 160.98º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C9BC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 188 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.21 |
| HSL | 160.98º | 0.28% | 0.71% | - |
| HSV(B) | 160.98º | 0.2% | 0.79% | - |
| XYZ | 44.46 | 52.88 | 55.44 | - |
| YUV | 187.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 188 | 0.20 | 0 | 0.06 | 0.21 | 160.98 | 0.28 | 0.71 |
| Hex | A0 | C9 | BC | 14 | 0 | 6 | 15 | A1 | 1C | 47 |
| Octal | 240 | 311 | 274 | 24 | 0 | 6 | 25 | 241 | 34 | 107 |
| Binary | 10100000 | 11001001 | 10111100 | 10100 | 0 | 110 | 10101 | 10100001 | 11100 | 1000111 |
Color Harmonies of #A0C9BC
Complementary color
Monochromatic Colors of #A0C9BC
Black with #A0C9BC
Text Example
Text Example
White with #A0C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C9BC; }
p { color: rgb(160,201,188); }
H1.HeaderClassName
{
color: #A0C9BC;
}
.AnyTagClassName
{
color: #A0C9BC;
}
</style>
background-color css
<style>
a { background-color: #A0C9BC; }
a { background-color: rgb(160,201,188); }
div.DivClassName
{
background-color: #A0C9BC;
}
.BgClassName
{
background-color: #A0C9BC;
}
</style>
border-color css
<style>
span { border-color: #A0C9BC; }
span { border-color: rgb(160,201,188); }
td.TdClassName
{
border-color: #A0C9BC;
}
.TagClassName
{
border-color: #A0C9BC;
}
</style>