Shades of Opal #A1CCBC
Tints of Opal #A1CCBC
RGB
CMYK
RGB Variations
Color information
#A1CCBC (or 0xA1CCBC) is known color: Opal. HEX triplet: A1, CC and BC. RGB value is (161,204,188). Sum of RGB (Red+Green+Blue) = 161+204+188=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCBC is #5E3343. Grayscale: #BDBDBD. Windows color (decimal): -6173508 or 12373153. OLE color: 12373153.
HSL color Cylindrical-coordinate representation of color #A1CCBC: hue angle of 157.67º 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 #A1CCBC is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 188 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.2 |
| HSL | 157.67º | 0.3% | 0.72% | - |
| HSV(B) | 157.67º | 0.21% | 0.8% | - |
| XYZ | 45.37 | 54.39 | 55.68 | - |
| YUV | 189.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 188 | 0.21 | 0 | 0.08 | 0.2 | 157.67 | 0.3 | 0.72 |
| Hex | A1 | CC | BC | 15 | 0 | 8 | 14 | 9E | 1E | 48 |
| Octal | 241 | 314 | 274 | 25 | 0 | 10 | 24 | 236 | 36 | 110 |
| Binary | 10100001 | 11001100 | 10111100 | 10101 | 0 | 1000 | 10100 | 10011110 | 11110 | 1001000 |
Color Harmonies of #A1CCBC
Complementary color
Monochromatic Colors of #A1CCBC
Black with #A1CCBC
Text Example
Text Example
White with #A1CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCBC; }
p { color: rgb(161,204,188); }
H1.HeaderClassName
{
color: #A1CCBC;
}
.AnyTagClassName
{
color: #A1CCBC;
}
</style>
background-color css
<style>
a { background-color: #A1CCBC; }
a { background-color: rgb(161,204,188); }
div.DivClassName
{
background-color: #A1CCBC;
}
.BgClassName
{
background-color: #A1CCBC;
}
</style>
border-color css
<style>
span { border-color: #A1CCBC; }
span { border-color: rgb(161,204,188); }
td.TdClassName
{
border-color: #A1CCBC;
}
.TagClassName
{
border-color: #A1CCBC;
}
</style>