Shades of Opal #A0CEC3
Tints of Opal #A0CEC3
RGB
CMYK
RGB Variations
Color information
#A0CEC3 (or 0xA0CEC3) is known color: Opal. HEX triplet: A0, CE and C3. RGB value is (160,206,195). Sum of RGB (Red+Green+Blue) = 160+206+195=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEC3 is #5F313C. Grayscale: #BEBEBE. Windows color (decimal): -6238525 or 12832416. OLE color: 12832416.
HSL color Cylindrical-coordinate representation of color #A0CEC3: hue angle of 165.65º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEC3 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 195 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.19 |
| HSL | 165.65º | 0.32% | 0.72% | - |
| HSV(B) | 165.65º | 0.22% | 0.81% | - |
| XYZ | 46.42 | 55.56 | 59.91 | - |
| YUV | 190.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 195 | 0.22 | 0 | 0.05 | 0.19 | 165.65 | 0.32 | 0.72 |
| Hex | A0 | CE | C3 | 16 | 0 | 5 | 13 | A6 | 20 | 48 |
| Octal | 240 | 316 | 303 | 26 | 0 | 5 | 23 | 246 | 40 | 110 |
| Binary | 10100000 | 11001110 | 11000011 | 10110 | 0 | 101 | 10011 | 10100110 | 100000 | 1001000 |
Color Harmonies of #A0CEC3
Complementary color
Monochromatic Colors of #A0CEC3
Black with #A0CEC3
Text Example
Text Example
White with #A0CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEC3; }
p { color: rgb(160,206,195); }
H1.HeaderClassName
{
color: #A0CEC3;
}
.AnyTagClassName
{
color: #A0CEC3;
}
</style>
background-color css
<style>
a { background-color: #A0CEC3; }
a { background-color: rgb(160,206,195); }
div.DivClassName
{
background-color: #A0CEC3;
}
.BgClassName
{
background-color: #A0CEC3;
}
</style>
border-color css
<style>
span { border-color: #A0CEC3; }
span { border-color: rgb(160,206,195); }
td.TdClassName
{
border-color: #A0CEC3;
}
.TagClassName
{
border-color: #A0CEC3;
}
</style>