Shades of Opal #A1CCBA
Tints of Opal #A1CCBA
RGB
CMYK
RGB Variations
Color information
#A1CCBA (or 0xA1CCBA) is known color: Opal. HEX triplet: A1, CC and BA. RGB value is (161,204,186). Sum of RGB (Red+Green+Blue) = 161+204+186=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCBA is #5E3345. Grayscale: #BDBDBD. Windows color (decimal): -6173510 or 12242081. OLE color: 12242081.
HSL color Cylindrical-coordinate representation of color #A1CCBA: hue angle of 154.88º 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 #A1CCBA is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 186 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.2 |
| HSL | 154.88º | 0.3% | 0.72% | - |
| HSV(B) | 154.88º | 0.21% | 0.8% | - |
| XYZ | 45.15 | 54.31 | 54.56 | - |
| YUV | 189.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 186 | 0.21 | 0 | 0.09 | 0.2 | 154.88 | 0.3 | 0.72 |
| Hex | A1 | CC | BA | 15 | 0 | 9 | 14 | 9B | 1E | 48 |
| Octal | 241 | 314 | 272 | 25 | 0 | 11 | 24 | 233 | 36 | 110 |
| Binary | 10100001 | 11001100 | 10111010 | 10101 | 0 | 1001 | 10100 | 10011011 | 11110 | 1001000 |
Color Harmonies of #A1CCBA
Complementary color
Monochromatic Colors of #A1CCBA
Black with #A1CCBA
Text Example
Text Example
White with #A1CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCBA; }
p { color: rgb(161,204,186); }
H1.HeaderClassName
{
color: #A1CCBA;
}
.AnyTagClassName
{
color: #A1CCBA;
}
</style>
background-color css
<style>
a { background-color: #A1CCBA; }
a { background-color: rgb(161,204,186); }
div.DivClassName
{
background-color: #A1CCBA;
}
.BgClassName
{
background-color: #A1CCBA;
}
</style>
border-color css
<style>
span { border-color: #A1CCBA; }
span { border-color: rgb(161,204,186); }
td.TdClassName
{
border-color: #A1CCBA;
}
.TagClassName
{
border-color: #A1CCBA;
}
</style>