Shades of Opal #A1CCC0
Tints of Opal #A1CCC0
RGB
CMYK
RGB Variations
Color information
#A1CCC0 (or 0xA1CCC0) is known color: Opal. HEX triplet: A1, CC and C0. RGB value is (161,204,192). Sum of RGB (Red+Green+Blue) = 161+204+192=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCC0 is #5E333F. Grayscale: #BDBDBD. Windows color (decimal): -6173504 or 12635297. OLE color: 12635297.
HSL color Cylindrical-coordinate representation of color #A1CCC0: hue angle of 163.26º 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 #A1CCC0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 192 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.2 |
| HSL | 163.26º | 0.3% | 0.72% | - |
| HSV(B) | 163.26º | 0.21% | 0.8% | - |
| XYZ | 45.81 | 54.57 | 57.99 | - |
| YUV | 189.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 192 | 0.21 | 0 | 0.06 | 0.2 | 163.26 | 0.3 | 0.72 |
| Hex | A1 | CC | C0 | 15 | 0 | 6 | 14 | A3 | 1E | 48 |
| Octal | 241 | 314 | 300 | 25 | 0 | 6 | 24 | 243 | 36 | 110 |
| Binary | 10100001 | 11001100 | 11000000 | 10101 | 0 | 110 | 10100 | 10100011 | 11110 | 1001000 |
Color Harmonies of #A1CCC0
Complementary color
Monochromatic Colors of #A1CCC0
Black with #A1CCC0
Text Example
Text Example
White with #A1CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCC0; }
p { color: rgb(161,204,192); }
H1.HeaderClassName
{
color: #A1CCC0;
}
.AnyTagClassName
{
color: #A1CCC0;
}
</style>
background-color css
<style>
a { background-color: #A1CCC0; }
a { background-color: rgb(161,204,192); }
div.DivClassName
{
background-color: #A1CCC0;
}
.BgClassName
{
background-color: #A1CCC0;
}
</style>
border-color css
<style>
span { border-color: #A1CCC0; }
span { border-color: rgb(161,204,192); }
td.TdClassName
{
border-color: #A1CCC0;
}
.TagClassName
{
border-color: #A1CCC0;
}
</style>