Shades of Opal #A3C8C2
Tints of Opal #A3C8C2
RGB
CMYK
RGB Variations
Color information
#A3C8C2 (or 0xA3C8C2) is known color: Opal. HEX triplet: A3, C8 and C2. RGB value is (163,200,194). Sum of RGB (Red+Green+Blue) = 163+200+194=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C8C2 is #5C373D. Grayscale: #BCBCBC. Windows color (decimal): -6043454 or 12765347. OLE color: 12765347.
HSL color Cylindrical-coordinate representation of color #A3C8C2: hue angle of 170.27º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3C8C2 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 200 | 194 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.22 |
| HSL | 170.27º | 0.25% | 0.71% | - |
| HSV(B) | 170.27º | 0.19% | 0.78% | - |
| XYZ | 45.5 | 52.99 | 58.87 | - |
| YUV | 188.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 194 | 0.18 | 0 | 0.03 | 0.22 | 170.27 | 0.25 | 0.71 |
| Hex | A3 | C8 | C2 | 12 | 0 | 3 | 16 | AA | 19 | 47 |
| Octal | 243 | 310 | 302 | 22 | 0 | 3 | 26 | 252 | 31 | 107 |
| Binary | 10100011 | 11001000 | 11000010 | 10010 | 0 | 11 | 10110 | 10101010 | 11001 | 1000111 |
Color Harmonies of #A3C8C2
Complementary color
Monochromatic Colors of #A3C8C2
Black with #A3C8C2
Text Example
Text Example
White with #A3C8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C8C2; }
p { color: rgb(163,200,194); }
H1.HeaderClassName
{
color: #A3C8C2;
}
.AnyTagClassName
{
color: #A3C8C2;
}
</style>
background-color css
<style>
a { background-color: #A3C8C2; }
a { background-color: rgb(163,200,194); }
div.DivClassName
{
background-color: #A3C8C2;
}
.BgClassName
{
background-color: #A3C8C2;
}
</style>
border-color css
<style>
span { border-color: #A3C8C2; }
span { border-color: rgb(163,200,194); }
td.TdClassName
{
border-color: #A3C8C2;
}
.TagClassName
{
border-color: #A3C8C2;
}
</style>