Shades of Opal #A1C0BD
Tints of Opal #A1C0BD
RGB
CMYK
RGB Variations
Color information
#A1C0BD (or 0xA1C0BD) is known color: Opal. HEX triplet: A1, C0 and BD. RGB value is (161,192,189). Sum of RGB (Red+Green+Blue) = 161+192+189=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C0BD is #5E3F42. Grayscale: #B6B6B6. Windows color (decimal): -6176579 or 12435617. OLE color: 12435617.
HSL color Cylindrical-coordinate representation of color #A1C0BD: hue angle of 174.19º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1C0BD is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 189 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.25 |
| HSL | 174.19º | 0.2% | 0.69% | - |
| HSV(B) | 174.19º | 0.16% | 0.75% | - |
| XYZ | 42.73 | 48.95 | 55.34 | - |
| YUV | 182.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 189 | 0.16 | 0 | 0.02 | 0.25 | 174.19 | 0.2 | 0.69 |
| Hex | A1 | C0 | BD | 10 | 0 | 2 | 19 | AE | 14 | 45 |
| Octal | 241 | 300 | 275 | 20 | 0 | 2 | 31 | 256 | 24 | 105 |
| Binary | 10100001 | 11000000 | 10111101 | 10000 | 0 | 10 | 11001 | 10101110 | 10100 | 1000101 |
Color Harmonies of #A1C0BD
Complementary color
Monochromatic Colors of #A1C0BD
Black with #A1C0BD
Text Example
Text Example
White with #A1C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0BD; }
p { color: rgb(161,192,189); }
H1.HeaderClassName
{
color: #A1C0BD;
}
.AnyTagClassName
{
color: #A1C0BD;
}
</style>
background-color css
<style>
a { background-color: #A1C0BD; }
a { background-color: rgb(161,192,189); }
div.DivClassName
{
background-color: #A1C0BD;
}
.BgClassName
{
background-color: #A1C0BD;
}
</style>
border-color css
<style>
span { border-color: #A1C0BD; }
span { border-color: rgb(161,192,189); }
td.TdClassName
{
border-color: #A1C0BD;
}
.TagClassName
{
border-color: #A1C0BD;
}
</style>