Shades of Opal #A8CCC1
Tints of Opal #A8CCC1
RGB
CMYK
RGB Variations
Color information
#A8CCC1 (or 0xA8CCC1) is known color: Opal. HEX triplet: A8, CC and C1. RGB value is (168,204,193). Sum of RGB (Red+Green+Blue) = 168+204+193=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCC1 is #57333E. Grayscale: #BFBFBF. Windows color (decimal): -5714751 or 12700840. OLE color: 12700840.
HSL color Cylindrical-coordinate representation of color #A8CCC1: hue angle of 161.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCC1 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 193 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.2 |
| HSL | 161.67º | 0.26% | 0.73% | - |
| HSV(B) | 161.67º | 0.18% | 0.8% | - |
| XYZ | 47.37 | 55.36 | 58.64 | - |
| YUV | 191.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 193 | 0.18 | 0 | 0.05 | 0.2 | 161.67 | 0.26 | 0.73 |
| Hex | A8 | CC | C1 | 12 | 0 | 5 | 14 | A2 | 1A | 49 |
| Octal | 250 | 314 | 301 | 22 | 0 | 5 | 24 | 242 | 32 | 111 |
| Binary | 10101000 | 11001100 | 11000001 | 10010 | 0 | 101 | 10100 | 10100010 | 11010 | 1001001 |
Color Harmonies of #A8CCC1
Complementary color
Monochromatic Colors of #A8CCC1
Black with #A8CCC1
Text Example
Text Example
White with #A8CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCC1; }
p { color: rgb(168,204,193); }
H1.HeaderClassName
{
color: #A8CCC1;
}
.AnyTagClassName
{
color: #A8CCC1;
}
</style>
background-color css
<style>
a { background-color: #A8CCC1; }
a { background-color: rgb(168,204,193); }
div.DivClassName
{
background-color: #A8CCC1;
}
.BgClassName
{
background-color: #A8CCC1;
}
</style>
border-color css
<style>
span { border-color: #A8CCC1; }
span { border-color: rgb(168,204,193); }
td.TdClassName
{
border-color: #A8CCC1;
}
.TagClassName
{
border-color: #A8CCC1;
}
</style>