Shades of Opal #A0CBC4
Tints of Opal #A0CBC4
RGB
CMYK
RGB Variations
Color information
#A0CBC4 (or 0xA0CBC4) is known color: Opal. HEX triplet: A0, CB and C4. RGB value is (160,203,196). Sum of RGB (Red+Green+Blue) = 160+203+196=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBC4 is #5F343B. Grayscale: #BDBDBD. Windows color (decimal): -6239292 or 12897184. OLE color: 12897184.
HSL color Cylindrical-coordinate representation of color #A0CBC4: hue angle of 170.23º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CBC4 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 196 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.20 |
| HSL | 170.23º | 0.29% | 0.71% | - |
| HSV(B) | 170.23º | 0.21% | 0.8% | - |
| XYZ | 45.82 | 54.17 | 60.27 | - |
| YUV | 189.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 196 | 0.21 | 0 | 0.03 | 0.20 | 170.23 | 0.29 | 0.71 |
| Hex | A0 | CB | C4 | 15 | 0 | 3 | 14 | AA | 1D | 47 |
| Octal | 240 | 313 | 304 | 25 | 0 | 3 | 24 | 252 | 35 | 107 |
| Binary | 10100000 | 11001011 | 11000100 | 10101 | 0 | 11 | 10100 | 10101010 | 11101 | 1000111 |
Color Harmonies of #A0CBC4
Complementary color
Monochromatic Colors of #A0CBC4
Black with #A0CBC4
Text Example
Text Example
White with #A0CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBC4; }
p { color: rgb(160,203,196); }
H1.HeaderClassName
{
color: #A0CBC4;
}
.AnyTagClassName
{
color: #A0CBC4;
}
</style>
background-color css
<style>
a { background-color: #A0CBC4; }
a { background-color: rgb(160,203,196); }
div.DivClassName
{
background-color: #A0CBC4;
}
.BgClassName
{
background-color: #A0CBC4;
}
</style>
border-color css
<style>
span { border-color: #A0CBC4; }
span { border-color: rgb(160,203,196); }
td.TdClassName
{
border-color: #A0CBC4;
}
.TagClassName
{
border-color: #A0CBC4;
}
</style>