Shades of Opal #A3C5B7
Tints of Opal #A3C5B7
RGB
CMYK
RGB Variations
Color information
#A3C5B7 (or 0xA3C5B7) is known color: Opal. HEX triplet: A3, C5 and B7. RGB value is (163,197,183). Sum of RGB (Red+Green+Blue) = 163+197+183=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C5B7 is #5C3A48. Grayscale: #B9B9B9. Windows color (decimal): -6044233 or 12043683. OLE color: 12043683.
HSL color Cylindrical-coordinate representation of color #A3C5B7: hue angle of 155.29º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C5B7 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 183 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.23 |
| HSL | 155.29º | 0.23% | 0.71% | - |
| HSV(B) | 155.29º | 0.17% | 0.77% | - |
| XYZ | 43.62 | 51.14 | 52.37 | - |
| YUV | 185.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 183 | 0.17 | 0 | 0.07 | 0.23 | 155.29 | 0.23 | 0.71 |
| Hex | A3 | C5 | B7 | 11 | 0 | 7 | 17 | 9B | 17 | 47 |
| Octal | 243 | 305 | 267 | 21 | 0 | 7 | 27 | 233 | 27 | 107 |
| Binary | 10100011 | 11000101 | 10110111 | 10001 | 0 | 111 | 10111 | 10011011 | 10111 | 1000111 |
Color Harmonies of #A3C5B7
Complementary color
Monochromatic Colors of #A3C5B7
Black with #A3C5B7
Text Example
Text Example
White with #A3C5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C5B7; }
p { color: rgb(163,197,183); }
H1.HeaderClassName
{
color: #A3C5B7;
}
.AnyTagClassName
{
color: #A3C5B7;
}
</style>
background-color css
<style>
a { background-color: #A3C5B7; }
a { background-color: rgb(163,197,183); }
div.DivClassName
{
background-color: #A3C5B7;
}
.BgClassName
{
background-color: #A3C5B7;
}
</style>
border-color css
<style>
span { border-color: #A3C5B7; }
span { border-color: rgb(163,197,183); }
td.TdClassName
{
border-color: #A3C5B7;
}
.TagClassName
{
border-color: #A3C5B7;
}
</style>