Shades of Opal #A5C0B8
Tints of Opal #A5C0B8
RGB
CMYK
RGB Variations
Color information
#A5C0B8 (or 0xA5C0B8) is known color: Opal. HEX triplet: A5, C0 and B8. RGB value is (165,192,184). Sum of RGB (Red+Green+Blue) = 165+192+184=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0B8 is #5A3F47. Grayscale: #B7B7B7. Windows color (decimal): -5914440 or 12107941. OLE color: 12107941.
HSL color Cylindrical-coordinate representation of color #A5C0B8: hue angle of 162.22º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5C0B8 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 184 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.25 |
| HSL | 162.22º | 0.18% | 0.7% | - |
| HSV(B) | 162.22º | 0.14% | 0.75% | - |
| XYZ | 43.02 | 49.16 | 52.57 | - |
| YUV | 183.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 184 | 0.14 | 0 | 0.04 | 0.25 | 162.22 | 0.18 | 0.7 |
| Hex | A5 | C0 | B8 | E | 0 | 4 | 19 | A2 | 12 | 46 |
| Octal | 245 | 300 | 270 | 16 | 0 | 4 | 31 | 242 | 22 | 106 |
| Binary | 10100101 | 11000000 | 10111000 | 1110 | 0 | 100 | 11001 | 10100010 | 10010 | 1000110 |
Color Harmonies of #A5C0B8
Complementary color
Monochromatic Colors of #A5C0B8
Black with #A5C0B8
Text Example
Text Example
White with #A5C0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C0B8; }
p { color: rgb(165,192,184); }
H1.HeaderClassName
{
color: #A5C0B8;
}
.AnyTagClassName
{
color: #A5C0B8;
}
</style>
background-color css
<style>
a { background-color: #A5C0B8; }
a { background-color: rgb(165,192,184); }
div.DivClassName
{
background-color: #A5C0B8;
}
.BgClassName
{
background-color: #A5C0B8;
}
</style>
border-color css
<style>
span { border-color: #A5C0B8; }
span { border-color: rgb(165,192,184); }
td.TdClassName
{
border-color: #A5C0B8;
}
.TagClassName
{
border-color: #A5C0B8;
}
</style>