Shades of Opal #A4D3C1
Tints of Opal #A4D3C1
RGB
CMYK
RGB Variations
Color information
#A4D3C1 (or 0xA4D3C1) is known color: Opal. HEX triplet: A4, D3 and C1. RGB value is (164,211,193). Sum of RGB (Red+Green+Blue) = 164+211+193=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D3C1 is #5B2C3E. Grayscale: #C2C2C2. Windows color (decimal): -5975103 or 12702628. OLE color: 12702628.
HSL color Cylindrical-coordinate representation of color #A4D3C1: hue angle of 157.02º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D3C1 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 193 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.17 |
| HSL | 157.02º | 0.35% | 0.74% | - |
| HSV(B) | 157.02º | 0.22% | 0.83% | - |
| XYZ | 48.23 | 58.33 | 59.17 | - |
| YUV | 194.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 193 | 0.22 | 0 | 0.09 | 0.17 | 157.02 | 0.35 | 0.74 |
| Hex | A4 | D3 | C1 | 16 | 0 | 9 | 11 | 9D | 23 | 4A |
| Octal | 244 | 323 | 301 | 26 | 0 | 11 | 21 | 235 | 43 | 112 |
| Binary | 10100100 | 11010011 | 11000001 | 10110 | 0 | 1001 | 10001 | 10011101 | 100011 | 1001010 |
Color Harmonies of #A4D3C1
Complementary color
Monochromatic Colors of #A4D3C1
Black with #A4D3C1
Text Example
Text Example
White with #A4D3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D3C1; }
p { color: rgb(164,211,193); }
H1.HeaderClassName
{
color: #A4D3C1;
}
.AnyTagClassName
{
color: #A4D3C1;
}
</style>
background-color css
<style>
a { background-color: #A4D3C1; }
a { background-color: rgb(164,211,193); }
div.DivClassName
{
background-color: #A4D3C1;
}
.BgClassName
{
background-color: #A4D3C1;
}
</style>
border-color css
<style>
span { border-color: #A4D3C1; }
span { border-color: rgb(164,211,193); }
td.TdClassName
{
border-color: #A4D3C1;
}
.TagClassName
{
border-color: #A4D3C1;
}
</style>