Shades of Opal #A1C8BD
Tints of Opal #A1C8BD
RGB
CMYK
RGB Variations
Color information
#A1C8BD (or 0xA1C8BD) is known color: Opal. HEX triplet: A1, C8 and BD. RGB value is (161,200,189). Sum of RGB (Red+Green+Blue) = 161+200+189=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C8BD is #5E3742. Grayscale: #BBBBBB. Windows color (decimal): -6174531 or 12437665. OLE color: 12437665.
HSL color Cylindrical-coordinate representation of color #A1C8BD: hue angle of 163.08º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1C8BD is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 189 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.22 |
| HSL | 163.08º | 0.26% | 0.71% | - |
| HSV(B) | 163.08º | 0.2% | 0.78% | - |
| XYZ | 44.54 | 52.56 | 55.94 | - |
| YUV | 187.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 189 | 0.19 | 0 | 0.06 | 0.22 | 163.08 | 0.26 | 0.71 |
| Hex | A1 | C8 | BD | 13 | 0 | 6 | 16 | A3 | 1A | 47 |
| Octal | 241 | 310 | 275 | 23 | 0 | 6 | 26 | 243 | 32 | 107 |
| Binary | 10100001 | 11001000 | 10111101 | 10011 | 0 | 110 | 10110 | 10100011 | 11010 | 1000111 |
Color Harmonies of #A1C8BD
Complementary color
Monochromatic Colors of #A1C8BD
Black with #A1C8BD
Text Example
Text Example
White with #A1C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C8BD; }
p { color: rgb(161,200,189); }
H1.HeaderClassName
{
color: #A1C8BD;
}
.AnyTagClassName
{
color: #A1C8BD;
}
</style>
background-color css
<style>
a { background-color: #A1C8BD; }
a { background-color: rgb(161,200,189); }
div.DivClassName
{
background-color: #A1C8BD;
}
.BgClassName
{
background-color: #A1C8BD;
}
</style>
border-color css
<style>
span { border-color: #A1C8BD; }
span { border-color: rgb(161,200,189); }
td.TdClassName
{
border-color: #A1C8BD;
}
.TagClassName
{
border-color: #A1C8BD;
}
</style>