Shades of Opal #A5CCC5
Tints of Opal #A5CCC5
RGB
CMYK
RGB Variations
Color information
#A5CCC5 (or 0xA5CCC5) is known color: Opal. HEX triplet: A5, CC and C5. RGB value is (165,204,197). Sum of RGB (Red+Green+Blue) = 165+204+197=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCC5 is #5A333A. Grayscale: #BFBFBF. Windows color (decimal): -5911355 or 12962981. OLE color: 12962981.
HSL color Cylindrical-coordinate representation of color #A5CCC5: hue angle of 169.23º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CCC5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 197 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.2 |
| HSL | 169.23º | 0.28% | 0.72% | - |
| HSV(B) | 169.23º | 0.19% | 0.8% | - |
| XYZ | 47.19 | 55.22 | 60.99 | - |
| YUV | 191.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 197 | 0.19 | 0 | 0.03 | 0.2 | 169.23 | 0.28 | 0.72 |
| Hex | A5 | CC | C5 | 13 | 0 | 3 | 14 | A9 | 1C | 48 |
| Octal | 245 | 314 | 305 | 23 | 0 | 3 | 24 | 251 | 34 | 110 |
| Binary | 10100101 | 11001100 | 11000101 | 10011 | 0 | 11 | 10100 | 10101001 | 11100 | 1001000 |
Color Harmonies of #A5CCC5
Complementary color
Monochromatic Colors of #A5CCC5
Black with #A5CCC5
Text Example
Text Example
White with #A5CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CCC5; }
p { color: rgb(165,204,197); }
H1.HeaderClassName
{
color: #A5CCC5;
}
.AnyTagClassName
{
color: #A5CCC5;
}
</style>
background-color css
<style>
a { background-color: #A5CCC5; }
a { background-color: rgb(165,204,197); }
div.DivClassName
{
background-color: #A5CCC5;
}
.BgClassName
{
background-color: #A5CCC5;
}
</style>
border-color css
<style>
span { border-color: #A5CCC5; }
span { border-color: rgb(165,204,197); }
td.TdClassName
{
border-color: #A5CCC5;
}
.TagClassName
{
border-color: #A5CCC5;
}
</style>