Shades of Opal #A5C7C0
Tints of Opal #A5C7C0
RGB
CMYK
RGB Variations
Color information
#A5C7C0 (or 0xA5C7C0) is known color: Opal. HEX triplet: A5, C7 and C0. RGB value is (165,199,192). Sum of RGB (Red+Green+Blue) = 165+199+192=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C7C0 is #5A383F. Grayscale: #BCBCBC. Windows color (decimal): -5912640 or 12634021. OLE color: 12634021.
HSL color Cylindrical-coordinate representation of color #A5C7C0: hue angle of 167.65º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5C7C0 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 199 | 192 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.22 |
| HSL | 167.65º | 0.23% | 0.71% | - |
| HSV(B) | 167.65º | 0.17% | 0.78% | - |
| XYZ | 45.45 | 52.65 | 57.64 | - |
| YUV | 188.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 199 | 192 | 0.17 | 0 | 0.04 | 0.22 | 167.65 | 0.23 | 0.71 |
| Hex | A5 | C7 | C0 | 11 | 0 | 4 | 16 | A8 | 17 | 47 |
| Octal | 245 | 307 | 300 | 21 | 0 | 4 | 26 | 250 | 27 | 107 |
| Binary | 10100101 | 11000111 | 11000000 | 10001 | 0 | 100 | 10110 | 10101000 | 10111 | 1000111 |
Color Harmonies of #A5C7C0
Complementary color
Monochromatic Colors of #A5C7C0
Black with #A5C7C0
Text Example
Text Example
White with #A5C7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C7C0; }
p { color: rgb(165,199,192); }
H1.HeaderClassName
{
color: #A5C7C0;
}
.AnyTagClassName
{
color: #A5C7C0;
}
</style>
background-color css
<style>
a { background-color: #A5C7C0; }
a { background-color: rgb(165,199,192); }
div.DivClassName
{
background-color: #A5C7C0;
}
.BgClassName
{
background-color: #A5C7C0;
}
</style>
border-color css
<style>
span { border-color: #A5C7C0; }
span { border-color: rgb(165,199,192); }
td.TdClassName
{
border-color: #A5C7C0;
}
.TagClassName
{
border-color: #A5C7C0;
}
</style>