Shades of Opal #A5CDC4
Tints of Opal #A5CDC4
RGB
CMYK
RGB Variations
Color information
#A5CDC4 (or 0xA5CDC4) is known color: Opal. HEX triplet: A5, CD and C4. RGB value is (165,205,196). Sum of RGB (Red+Green+Blue) = 165+205+196=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDC4 is #5A323B. Grayscale: #C0C0C0. Windows color (decimal): -5911100 or 12897701. OLE color: 12897701.
HSL color Cylindrical-coordinate representation of color #A5CDC4: hue angle of 166.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CDC4 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 205 | 196 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.20 |
| HSL | 166.5º | 0.29% | 0.73% | - |
| HSV(B) | 166.5º | 0.2% | 0.8% | - |
| XYZ | 47.31 | 55.65 | 60.47 | - |
| YUV | 192.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 196 | 0.20 | 0 | 0.04 | 0.20 | 166.5 | 0.29 | 0.73 |
| Hex | A5 | CD | C4 | 14 | 0 | 4 | 14 | A6 | 1D | 49 |
| Octal | 245 | 315 | 304 | 24 | 0 | 4 | 24 | 246 | 35 | 111 |
| Binary | 10100101 | 11001101 | 11000100 | 10100 | 0 | 100 | 10100 | 10100110 | 11101 | 1001001 |
Color Harmonies of #A5CDC4
Complementary color
Monochromatic Colors of #A5CDC4
Black with #A5CDC4
Text Example
Text Example
White with #A5CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDC4; }
p { color: rgb(165,205,196); }
H1.HeaderClassName
{
color: #A5CDC4;
}
.AnyTagClassName
{
color: #A5CDC4;
}
</style>
background-color css
<style>
a { background-color: #A5CDC4; }
a { background-color: rgb(165,205,196); }
div.DivClassName
{
background-color: #A5CDC4;
}
.BgClassName
{
background-color: #A5CDC4;
}
</style>
border-color css
<style>
span { border-color: #A5CDC4; }
span { border-color: rgb(165,205,196); }
td.TdClassName
{
border-color: #A5CDC4;
}
.TagClassName
{
border-color: #A5CDC4;
}
</style>