Shades of Opal #A8CCC2
Tints of Opal #A8CCC2
RGB
CMYK
RGB Variations
Color information
#A8CCC2 (or 0xA8CCC2) is known color: Opal. HEX triplet: A8, CC and C2. RGB value is (168,204,194). Sum of RGB (Red+Green+Blue) = 168+204+194=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCC2 is #57333D. Grayscale: #C0C0C0. Windows color (decimal): -5714750 or 12766376. OLE color: 12766376.
HSL color Cylindrical-coordinate representation of color #A8CCC2: hue angle of 163.33º 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 #A8CCC2 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 194 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.2 |
| HSL | 163.33º | 0.26% | 0.73% | - |
| HSV(B) | 163.33º | 0.18% | 0.8% | - |
| XYZ | 47.48 | 55.41 | 59.23 | - |
| YUV | 192.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 194 | 0.18 | 0 | 0.05 | 0.2 | 163.33 | 0.26 | 0.73 |
| Hex | A8 | CC | C2 | 12 | 0 | 5 | 14 | A3 | 1A | 49 |
| Octal | 250 | 314 | 302 | 22 | 0 | 5 | 24 | 243 | 32 | 111 |
| Binary | 10101000 | 11001100 | 11000010 | 10010 | 0 | 101 | 10100 | 10100011 | 11010 | 1001001 |
Color Harmonies of #A8CCC2
Complementary color
Monochromatic Colors of #A8CCC2
Black with #A8CCC2
Text Example
Text Example
White with #A8CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCC2; }
p { color: rgb(168,204,194); }
H1.HeaderClassName
{
color: #A8CCC2;
}
.AnyTagClassName
{
color: #A8CCC2;
}
</style>
background-color css
<style>
a { background-color: #A8CCC2; }
a { background-color: rgb(168,204,194); }
div.DivClassName
{
background-color: #A8CCC2;
}
.BgClassName
{
background-color: #A8CCC2;
}
</style>
border-color css
<style>
span { border-color: #A8CCC2; }
span { border-color: rgb(168,204,194); }
td.TdClassName
{
border-color: #A8CCC2;
}
.TagClassName
{
border-color: #A8CCC2;
}
</style>