Shades of Opal #A4CDC5
Tints of Opal #A4CDC5
RGB
CMYK
RGB Variations
Color information
#A4CDC5 (or 0xA4CDC5) is known color: Opal. HEX triplet: A4, CD and C5. RGB value is (164,205,197). Sum of RGB (Red+Green+Blue) = 164+205+197=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDC5 is #5B323A. Grayscale: #BFBFBF. Windows color (decimal): -5976635 or 12963236. OLE color: 12963236.
HSL color Cylindrical-coordinate representation of color #A4CDC5: hue angle of 168.29º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDC5 is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 205 | 197 | - |
| CMYK | 0.2 | 0 | 0.04 | 0.20 |
| HSL | 168.29º | 0.29% | 0.72% | - |
| HSV(B) | 168.29º | 0.2% | 0.8% | - |
| XYZ | 47.22 | 55.59 | 61.06 | - |
| YUV | 191.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 205 | 197 | 0.2 | 0 | 0.04 | 0.20 | 168.29 | 0.29 | 0.72 |
| Hex | A4 | CD | C5 | 14 | 0 | 4 | 14 | A8 | 1D | 48 |
| Octal | 244 | 315 | 305 | 24 | 0 | 4 | 24 | 250 | 35 | 110 |
| Binary | 10100100 | 11001101 | 11000101 | 10100 | 0 | 100 | 10100 | 10101000 | 11101 | 1001000 |
Color Harmonies of #A4CDC5
Complementary color
Monochromatic Colors of #A4CDC5
Black with #A4CDC5
Text Example
Text Example
White with #A4CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CDC5; }
p { color: rgb(164,205,197); }
H1.HeaderClassName
{
color: #A4CDC5;
}
.AnyTagClassName
{
color: #A4CDC5;
}
</style>
background-color css
<style>
a { background-color: #A4CDC5; }
a { background-color: rgb(164,205,197); }
div.DivClassName
{
background-color: #A4CDC5;
}
.BgClassName
{
background-color: #A4CDC5;
}
</style>
border-color css
<style>
span { border-color: #A4CDC5; }
span { border-color: rgb(164,205,197); }
td.TdClassName
{
border-color: #A4CDC5;
}
.TagClassName
{
border-color: #A4CDC5;
}
</style>