Shades of Opal #A0CAC4
Tints of Opal #A0CAC4
RGB
CMYK
RGB Variations
Color information
#A0CAC4 (or 0xA0CAC4) is known color: Opal. HEX triplet: A0, CA and C4. RGB value is (160,202,196). Sum of RGB (Red+Green+Blue) = 160+202+196=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CAC4 is #5F353B. Grayscale: #BCBCBC. Windows color (decimal): -6239548 or 12896928. OLE color: 12896928.
HSL color Cylindrical-coordinate representation of color #A0CAC4: hue angle of 171.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAC4 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 196 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.21 |
| HSL | 171.43º | 0.28% | 0.71% | - |
| HSV(B) | 171.43º | 0.21% | 0.79% | - |
| XYZ | 45.58 | 53.7 | 60.19 | - |
| YUV | 188.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 196 | 0.21 | 0 | 0.03 | 0.21 | 171.43 | 0.28 | 0.71 |
| Hex | A0 | CA | C4 | 15 | 0 | 3 | 15 | AB | 1C | 47 |
| Octal | 240 | 312 | 304 | 25 | 0 | 3 | 25 | 253 | 34 | 107 |
| Binary | 10100000 | 11001010 | 11000100 | 10101 | 0 | 11 | 10101 | 10101011 | 11100 | 1000111 |
Color Harmonies of #A0CAC4
Complementary color
Monochromatic Colors of #A0CAC4
Black with #A0CAC4
Text Example
Text Example
White with #A0CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CAC4; }
p { color: rgb(160,202,196); }
H1.HeaderClassName
{
color: #A0CAC4;
}
.AnyTagClassName
{
color: #A0CAC4;
}
</style>
background-color css
<style>
a { background-color: #A0CAC4; }
a { background-color: rgb(160,202,196); }
div.DivClassName
{
background-color: #A0CAC4;
}
.BgClassName
{
background-color: #A0CAC4;
}
</style>
border-color css
<style>
span { border-color: #A0CAC4; }
span { border-color: rgb(160,202,196); }
td.TdClassName
{
border-color: #A0CAC4;
}
.TagClassName
{
border-color: #A0CAC4;
}
</style>