Shades of Opal #A0CBC3
Tints of Opal #A0CBC3
RGB
CMYK
RGB Variations
Color information
#A0CBC3 (or 0xA0CBC3) is known color: Opal. HEX triplet: A0, CB and C3. RGB value is (160,203,195). Sum of RGB (Red+Green+Blue) = 160+203+195=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBC3 is #5F343C. Grayscale: #BDBDBD. Windows color (decimal): -6239293 or 12831648. OLE color: 12831648.
HSL color Cylindrical-coordinate representation of color #A0CBC3: hue angle of 168.84º 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 #A0CBC3 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 195 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.20 |
| HSL | 168.84º | 0.29% | 0.71% | - |
| HSV(B) | 168.84º | 0.21% | 0.8% | - |
| XYZ | 45.7 | 54.13 | 59.67 | - |
| YUV | 189.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 195 | 0.21 | 0 | 0.04 | 0.20 | 168.84 | 0.29 | 0.71 |
| Hex | A0 | CB | C3 | 15 | 0 | 4 | 14 | A9 | 1D | 47 |
| Octal | 240 | 313 | 303 | 25 | 0 | 4 | 24 | 251 | 35 | 107 |
| Binary | 10100000 | 11001011 | 11000011 | 10101 | 0 | 100 | 10100 | 10101001 | 11101 | 1000111 |
Color Harmonies of #A0CBC3
Complementary color
Monochromatic Colors of #A0CBC3
Black with #A0CBC3
Text Example
Text Example
White with #A0CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBC3; }
p { color: rgb(160,203,195); }
H1.HeaderClassName
{
color: #A0CBC3;
}
.AnyTagClassName
{
color: #A0CBC3;
}
</style>
background-color css
<style>
a { background-color: #A0CBC3; }
a { background-color: rgb(160,203,195); }
div.DivClassName
{
background-color: #A0CBC3;
}
.BgClassName
{
background-color: #A0CBC3;
}
</style>
border-color css
<style>
span { border-color: #A0CBC3; }
span { border-color: rgb(160,203,195); }
td.TdClassName
{
border-color: #A0CBC3;
}
.TagClassName
{
border-color: #A0CBC3;
}
</style>