Shades of Opal #A1CCBE
Tints of Opal #A1CCBE
RGB
CMYK
RGB Variations
Color information
#A1CCBE (or 0xA1CCBE) is known color: Opal. HEX triplet: A1, CC and BE. RGB value is (161,204,190). Sum of RGB (Red+Green+Blue) = 161+204+190=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCBE is #5E3341. Grayscale: #BDBDBD. Windows color (decimal): -6173506 or 12504225. OLE color: 12504225.
HSL color Cylindrical-coordinate representation of color #A1CCBE: hue angle of 160.47º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCBE is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 190 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.2 |
| HSL | 160.47º | 0.3% | 0.72% | - |
| HSV(B) | 160.47º | 0.21% | 0.8% | - |
| XYZ | 45.59 | 54.48 | 56.83 | - |
| YUV | 189.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 190 | 0.21 | 0 | 0.07 | 0.2 | 160.47 | 0.3 | 0.72 |
| Hex | A1 | CC | BE | 15 | 0 | 7 | 14 | A0 | 1E | 48 |
| Octal | 241 | 314 | 276 | 25 | 0 | 7 | 24 | 240 | 36 | 110 |
| Binary | 10100001 | 11001100 | 10111110 | 10101 | 0 | 111 | 10100 | 10100000 | 11110 | 1001000 |
Color Harmonies of #A1CCBE
Complementary color
Monochromatic Colors of #A1CCBE
Black with #A1CCBE
Text Example
Text Example
White with #A1CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCBE; }
p { color: rgb(161,204,190); }
H1.HeaderClassName
{
color: #A1CCBE;
}
.AnyTagClassName
{
color: #A1CCBE;
}
</style>
background-color css
<style>
a { background-color: #A1CCBE; }
a { background-color: rgb(161,204,190); }
div.DivClassName
{
background-color: #A1CCBE;
}
.BgClassName
{
background-color: #A1CCBE;
}
</style>
border-color css
<style>
span { border-color: #A1CCBE; }
span { border-color: rgb(161,204,190); }
td.TdClassName
{
border-color: #A1CCBE;
}
.TagClassName
{
border-color: #A1CCBE;
}
</style>