Shades of Opal #A5D0C0
Tints of Opal #A5D0C0
RGB
CMYK
RGB Variations
Color information
#A5D0C0 (or 0xA5D0C0) is known color: Opal. HEX triplet: A5, D0 and C0. RGB value is (165,208,192). Sum of RGB (Red+Green+Blue) = 165+208+192=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D0C0 is #5A2F3F. Grayscale: #C1C1C1. Windows color (decimal): -5910336 or 12636325. OLE color: 12636325.
HSL color Cylindrical-coordinate representation of color #A5D0C0: hue angle of 157.67º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D0C0 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 192 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.18 |
| HSL | 157.67º | 0.31% | 0.73% | - |
| HSV(B) | 157.67º | 0.21% | 0.82% | - |
| XYZ | 47.59 | 56.92 | 58.35 | - |
| YUV | 193.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 192 | 0.21 | 0 | 0.08 | 0.18 | 157.67 | 0.31 | 0.73 |
| Hex | A5 | D0 | C0 | 15 | 0 | 8 | 12 | 9E | 1F | 49 |
| Octal | 245 | 320 | 300 | 25 | 0 | 10 | 22 | 236 | 37 | 111 |
| Binary | 10100101 | 11010000 | 11000000 | 10101 | 0 | 1000 | 10010 | 10011110 | 11111 | 1001001 |
Color Harmonies of #A5D0C0
Complementary color
Monochromatic Colors of #A5D0C0
Black with #A5D0C0
Text Example
Text Example
White with #A5D0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D0C0; }
p { color: rgb(165,208,192); }
H1.HeaderClassName
{
color: #A5D0C0;
}
.AnyTagClassName
{
color: #A5D0C0;
}
</style>
background-color css
<style>
a { background-color: #A5D0C0; }
a { background-color: rgb(165,208,192); }
div.DivClassName
{
background-color: #A5D0C0;
}
.BgClassName
{
background-color: #A5D0C0;
}
</style>
border-color css
<style>
span { border-color: #A5D0C0; }
span { border-color: rgb(165,208,192); }
td.TdClassName
{
border-color: #A5D0C0;
}
.TagClassName
{
border-color: #A5D0C0;
}
</style>