Shades of Opal #A1CFBD
Tints of Opal #A1CFBD
RGB
CMYK
RGB Variations
Color information
#A1CFBD (or 0xA1CFBD) is known color: Opal. HEX triplet: A1, CF and BD. RGB value is (161,207,189). Sum of RGB (Red+Green+Blue) = 161+207+189=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFBD is #5E3042. Grayscale: #BFBFBF. Windows color (decimal): -6172739 or 12439457. OLE color: 12439457.
HSL color Cylindrical-coordinate representation of color #A1CFBD: hue angle of 156.52º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFBD is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 189 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.19 |
| HSL | 156.52º | 0.32% | 0.72% | - |
| HSV(B) | 156.52º | 0.22% | 0.81% | - |
| XYZ | 46.2 | 55.88 | 56.49 | - |
| YUV | 191.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 189 | 0.22 | 0 | 0.09 | 0.19 | 156.52 | 0.32 | 0.72 |
| Hex | A1 | CF | BD | 16 | 0 | 9 | 13 | 9D | 20 | 48 |
| Octal | 241 | 317 | 275 | 26 | 0 | 11 | 23 | 235 | 40 | 110 |
| Binary | 10100001 | 11001111 | 10111101 | 10110 | 0 | 1001 | 10011 | 10011101 | 100000 | 1001000 |
Color Harmonies of #A1CFBD
Complementary color
Monochromatic Colors of #A1CFBD
Black with #A1CFBD
Text Example
Text Example
White with #A1CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFBD; }
p { color: rgb(161,207,189); }
H1.HeaderClassName
{
color: #A1CFBD;
}
.AnyTagClassName
{
color: #A1CFBD;
}
</style>
background-color css
<style>
a { background-color: #A1CFBD; }
a { background-color: rgb(161,207,189); }
div.DivClassName
{
background-color: #A1CFBD;
}
.BgClassName
{
background-color: #A1CFBD;
}
</style>
border-color css
<style>
span { border-color: #A1CFBD; }
span { border-color: rgb(161,207,189); }
td.TdClassName
{
border-color: #A1CFBD;
}
.TagClassName
{
border-color: #A1CFBD;
}
</style>