Shades of Opal #A5CBC5
Tints of Opal #A5CBC5
RGB
CMYK
RGB Variations
Color information
#A5CBC5 (or 0xA5CBC5) is known color: Opal. HEX triplet: A5, CB and C5. RGB value is (165,203,197). Sum of RGB (Red+Green+Blue) = 165+203+197=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBC5 is #5A343A. Grayscale: #BEBEBE. Windows color (decimal): -5911611 or 12962725. OLE color: 12962725.
HSL color Cylindrical-coordinate representation of color #A5CBC5: hue angle of 170.53º degrees, saturation: 0.27, 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 #A5CBC5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 197 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.20 |
| HSL | 170.53º | 0.27% | 0.72% | - |
| HSV(B) | 170.53º | 0.19% | 0.8% | - |
| XYZ | 46.95 | 54.74 | 60.92 | - |
| YUV | 190.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 197 | 0.19 | 0 | 0.03 | 0.20 | 170.53 | 0.27 | 0.72 |
| Hex | A5 | CB | C5 | 13 | 0 | 3 | 14 | AB | 1B | 48 |
| Octal | 245 | 313 | 305 | 23 | 0 | 3 | 24 | 253 | 33 | 110 |
| Binary | 10100101 | 11001011 | 11000101 | 10011 | 0 | 11 | 10100 | 10101011 | 11011 | 1001000 |
Color Harmonies of #A5CBC5
Complementary color
Monochromatic Colors of #A5CBC5
Black with #A5CBC5
Text Example
Text Example
White with #A5CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CBC5; }
p { color: rgb(165,203,197); }
H1.HeaderClassName
{
color: #A5CBC5;
}
.AnyTagClassName
{
color: #A5CBC5;
}
</style>
background-color css
<style>
a { background-color: #A5CBC5; }
a { background-color: rgb(165,203,197); }
div.DivClassName
{
background-color: #A5CBC5;
}
.BgClassName
{
background-color: #A5CBC5;
}
</style>
border-color css
<style>
span { border-color: #A5CBC5; }
span { border-color: rgb(165,203,197); }
td.TdClassName
{
border-color: #A5CBC5;
}
.TagClassName
{
border-color: #A5CBC5;
}
</style>