Shades of Opal #A8CCC3
Tints of Opal #A8CCC3
RGB
CMYK
RGB Variations
Color information
#A8CCC3 (or 0xA8CCC3) is known color: Opal. HEX triplet: A8, CC and C3. RGB value is (168,204,195). Sum of RGB (Red+Green+Blue) = 168+204+195=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCC3 is #57333C. Grayscale: #C0C0C0. Windows color (decimal): -5714749 or 12831912. OLE color: 12831912.
HSL color Cylindrical-coordinate representation of color #A8CCC3: hue angle of 165º 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 #A8CCC3 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 195 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.2 |
| HSL | 165º | 0.26% | 0.73% | - |
| HSV(B) | 165º | 0.18% | 0.8% | - |
| XYZ | 47.59 | 55.45 | 59.82 | - |
| YUV | 192.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 195 | 0.18 | 0 | 0.04 | 0.2 | 165 | 0.26 | 0.73 |
| Hex | A8 | CC | C3 | 12 | 0 | 4 | 14 | A5 | 1A | 49 |
| Octal | 250 | 314 | 303 | 22 | 0 | 4 | 24 | 245 | 32 | 111 |
| Binary | 10101000 | 11001100 | 11000011 | 10010 | 0 | 100 | 10100 | 10100101 | 11010 | 1001001 |
Color Harmonies of #A8CCC3
Complementary color
Monochromatic Colors of #A8CCC3
Black with #A8CCC3
Text Example
Text Example
White with #A8CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCC3; }
p { color: rgb(168,204,195); }
H1.HeaderClassName
{
color: #A8CCC3;
}
.AnyTagClassName
{
color: #A8CCC3;
}
</style>
background-color css
<style>
a { background-color: #A8CCC3; }
a { background-color: rgb(168,204,195); }
div.DivClassName
{
background-color: #A8CCC3;
}
.BgClassName
{
background-color: #A8CCC3;
}
</style>
border-color css
<style>
span { border-color: #A8CCC3; }
span { border-color: rgb(168,204,195); }
td.TdClassName
{
border-color: #A8CCC3;
}
.TagClassName
{
border-color: #A8CCC3;
}
</style>