Shades of Opal #A1C3BC
Tints of Opal #A1C3BC
RGB
CMYK
RGB Variations
Color information
#A1C3BC (or 0xA1C3BC) is known color: Opal. HEX triplet: A1, C3 and BC. RGB value is (161,195,188). Sum of RGB (Red+Green+Blue) = 161+195+188=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C3BC is #5E3C43. Grayscale: #B8B8B8. Windows color (decimal): -6175812 or 12370849. OLE color: 12370849.
HSL color Cylindrical-coordinate representation of color #A1C3BC: hue angle of 167.65º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C3BC is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 188 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.24 |
| HSL | 167.65º | 0.22% | 0.7% | - |
| HSV(B) | 167.65º | 0.17% | 0.76% | - |
| XYZ | 43.29 | 50.24 | 54.99 | - |
| YUV | 184.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 188 | 0.17 | 0 | 0.04 | 0.24 | 167.65 | 0.22 | 0.7 |
| Hex | A1 | C3 | BC | 11 | 0 | 4 | 18 | A8 | 16 | 46 |
| Octal | 241 | 303 | 274 | 21 | 0 | 4 | 30 | 250 | 26 | 106 |
| Binary | 10100001 | 11000011 | 10111100 | 10001 | 0 | 100 | 11000 | 10101000 | 10110 | 1000110 |
Color Harmonies of #A1C3BC
Complementary color
Monochromatic Colors of #A1C3BC
Black with #A1C3BC
Text Example
Text Example
White with #A1C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C3BC; }
p { color: rgb(161,195,188); }
H1.HeaderClassName
{
color: #A1C3BC;
}
.AnyTagClassName
{
color: #A1C3BC;
}
</style>
background-color css
<style>
a { background-color: #A1C3BC; }
a { background-color: rgb(161,195,188); }
div.DivClassName
{
background-color: #A1C3BC;
}
.BgClassName
{
background-color: #A1C3BC;
}
</style>
border-color css
<style>
span { border-color: #A1C3BC; }
span { border-color: rgb(161,195,188); }
td.TdClassName
{
border-color: #A1C3BC;
}
.TagClassName
{
border-color: #A1C3BC;
}
</style>