Shades of Opal #A5C3BE
Tints of Opal #A5C3BE
RGB
CMYK
RGB Variations
Color information
#A5C3BE (or 0xA5C3BE) is known color: Opal. HEX triplet: A5, C3 and BE. RGB value is (165,195,190). Sum of RGB (Red+Green+Blue) = 165+195+190=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C3BE is #5A3C41. Grayscale: #B9B9B9. Windows color (decimal): -5913666 or 12501925. OLE color: 12501925.
HSL color Cylindrical-coordinate representation of color #A5C3BE: hue angle of 170º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C3BE is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 195 | 190 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.24 |
| HSL | 170º | 0.2% | 0.71% | - |
| HSV(B) | 170º | 0.15% | 0.76% | - |
| XYZ | 44.33 | 50.75 | 56.17 | - |
| YUV | 185.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 195 | 190 | 0.15 | 0 | 0.03 | 0.24 | 170 | 0.2 | 0.71 |
| Hex | A5 | C3 | BE | F | 0 | 3 | 18 | AA | 14 | 47 |
| Octal | 245 | 303 | 276 | 17 | 0 | 3 | 30 | 252 | 24 | 107 |
| Binary | 10100101 | 11000011 | 10111110 | 1111 | 0 | 11 | 11000 | 10101010 | 10100 | 1000111 |
Color Harmonies of #A5C3BE
Complementary color
Monochromatic Colors of #A5C3BE
Black with #A5C3BE
Text Example
Text Example
White with #A5C3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C3BE; }
p { color: rgb(165,195,190); }
H1.HeaderClassName
{
color: #A5C3BE;
}
.AnyTagClassName
{
color: #A5C3BE;
}
</style>
background-color css
<style>
a { background-color: #A5C3BE; }
a { background-color: rgb(165,195,190); }
div.DivClassName
{
background-color: #A5C3BE;
}
.BgClassName
{
background-color: #A5C3BE;
}
</style>
border-color css
<style>
span { border-color: #A5C3BE; }
span { border-color: rgb(165,195,190); }
td.TdClassName
{
border-color: #A5C3BE;
}
.TagClassName
{
border-color: #A5C3BE;
}
</style>