Shades of Opal #A4D4C4
Tints of Opal #A4D4C4
RGB
CMYK
RGB Variations
Color information
#A4D4C4 (or 0xA4D4C4) is known color: Opal. HEX triplet: A4, D4 and C4. RGB value is (164,212,196). Sum of RGB (Red+Green+Blue) = 164+212+196=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D4C4 is #5B2B3B. Grayscale: #C3C3C3. Windows color (decimal): -5974844 or 12899492. OLE color: 12899492.
HSL color Cylindrical-coordinate representation of color #A4D4C4: hue angle of 160º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D4C4 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 196 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.17 |
| HSL | 160º | 0.36% | 0.74% | - |
| HSV(B) | 160º | 0.23% | 0.83% | - |
| XYZ | 48.82 | 58.97 | 61.03 | - |
| YUV | 195.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 196 | 0.23 | 0 | 0.08 | 0.17 | 160 | 0.36 | 0.74 |
| Hex | A4 | D4 | C4 | 17 | 0 | 8 | 11 | A0 | 24 | 4A |
| Octal | 244 | 324 | 304 | 27 | 0 | 10 | 21 | 240 | 44 | 112 |
| Binary | 10100100 | 11010100 | 11000100 | 10111 | 0 | 1000 | 10001 | 10100000 | 100100 | 1001010 |
Color Harmonies of #A4D4C4
Complementary color
Monochromatic Colors of #A4D4C4
Black with #A4D4C4
Text Example
Text Example
White with #A4D4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D4C4; }
p { color: rgb(164,212,196); }
H1.HeaderClassName
{
color: #A4D4C4;
}
.AnyTagClassName
{
color: #A4D4C4;
}
</style>
background-color css
<style>
a { background-color: #A4D4C4; }
a { background-color: rgb(164,212,196); }
div.DivClassName
{
background-color: #A4D4C4;
}
.BgClassName
{
background-color: #A4D4C4;
}
</style>
border-color css
<style>
span { border-color: #A4D4C4; }
span { border-color: rgb(164,212,196); }
td.TdClassName
{
border-color: #A4D4C4;
}
.TagClassName
{
border-color: #A4D4C4;
}
</style>