Shades of Opal #A5D2C0
Tints of Opal #A5D2C0
RGB
CMYK
RGB Variations
Color information
#A5D2C0 (or 0xA5D2C0) is known color: Opal. HEX triplet: A5, D2 and C0. RGB value is (165,210,192). Sum of RGB (Red+Green+Blue) = 165+210+192=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2C0 is #5A2D3F. Grayscale: #C2C2C2. Windows color (decimal): -5909824 or 12636837. OLE color: 12636837.
HSL color Cylindrical-coordinate representation of color #A5D2C0: hue angle of 156º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D2C0 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 192 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.18 |
| HSL | 156º | 0.33% | 0.74% | - |
| HSV(B) | 156º | 0.21% | 0.82% | - |
| XYZ | 48.08 | 57.9 | 58.51 | - |
| YUV | 194.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 192 | 0.21 | 0 | 0.09 | 0.18 | 156 | 0.33 | 0.74 |
| Hex | A5 | D2 | C0 | 15 | 0 | 9 | 12 | 9C | 21 | 4A |
| Octal | 245 | 322 | 300 | 25 | 0 | 11 | 22 | 234 | 41 | 112 |
| Binary | 10100101 | 11010010 | 11000000 | 10101 | 0 | 1001 | 10010 | 10011100 | 100001 | 1001010 |
Color Harmonies of #A5D2C0
Complementary color
Monochromatic Colors of #A5D2C0
Black with #A5D2C0
Text Example
Text Example
White with #A5D2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D2C0; }
p { color: rgb(165,210,192); }
H1.HeaderClassName
{
color: #A5D2C0;
}
.AnyTagClassName
{
color: #A5D2C0;
}
</style>
background-color css
<style>
a { background-color: #A5D2C0; }
a { background-color: rgb(165,210,192); }
div.DivClassName
{
background-color: #A5D2C0;
}
.BgClassName
{
background-color: #A5D2C0;
}
</style>
border-color css
<style>
span { border-color: #A5D2C0; }
span { border-color: rgb(165,210,192); }
td.TdClassName
{
border-color: #A5D2C0;
}
.TagClassName
{
border-color: #A5D2C0;
}
</style>