Shades of Opal #A0CCC2
Tints of Opal #A0CCC2
RGB
CMYK
RGB Variations
Color information
#A0CCC2 (or 0xA0CCC2) is known color: Opal. HEX triplet: A0, CC and C2. RGB value is (160,204,194). Sum of RGB (Red+Green+Blue) = 160+204+194=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCC2 is #5F333D. Grayscale: #BDBDBD. Windows color (decimal): -6239038 or 12766368. OLE color: 12766368.
HSL color Cylindrical-coordinate representation of color #A0CCC2: hue angle of 166.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCC2 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 194 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.2 |
| HSL | 166.36º | 0.3% | 0.71% | - |
| HSV(B) | 166.36º | 0.22% | 0.8% | - |
| XYZ | 45.83 | 54.55 | 59.15 | - |
| YUV | 189.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 194 | 0.22 | 0 | 0.05 | 0.2 | 166.36 | 0.3 | 0.71 |
| Hex | A0 | CC | C2 | 16 | 0 | 5 | 14 | A6 | 1E | 47 |
| Octal | 240 | 314 | 302 | 26 | 0 | 5 | 24 | 246 | 36 | 107 |
| Binary | 10100000 | 11001100 | 11000010 | 10110 | 0 | 101 | 10100 | 10100110 | 11110 | 1000111 |
Color Harmonies of #A0CCC2
Complementary color
Monochromatic Colors of #A0CCC2
Black with #A0CCC2
Text Example
Text Example
White with #A0CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCC2; }
p { color: rgb(160,204,194); }
H1.HeaderClassName
{
color: #A0CCC2;
}
.AnyTagClassName
{
color: #A0CCC2;
}
</style>
background-color css
<style>
a { background-color: #A0CCC2; }
a { background-color: rgb(160,204,194); }
div.DivClassName
{
background-color: #A0CCC2;
}
.BgClassName
{
background-color: #A0CCC2;
}
</style>
border-color css
<style>
span { border-color: #A0CCC2; }
span { border-color: rgb(160,204,194); }
td.TdClassName
{
border-color: #A0CCC2;
}
.TagClassName
{
border-color: #A0CCC2;
}
</style>