Shades of Opal #A0D0BE
Tints of Opal #A0D0BE
RGB
CMYK
RGB Variations
Color information
#A0D0BE (or 0xA0D0BE) is known color: Opal. HEX triplet: A0, D0 and BE. RGB value is (160,208,190). Sum of RGB (Red+Green+Blue) = 160+208+190=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D0BE is #5F2F41. Grayscale: #BFBFBF. Windows color (decimal): -6238018 or 12505248. OLE color: 12505248.
HSL color Cylindrical-coordinate representation of color #A0D0BE: hue angle of 157.5º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D0BE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 190 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.18 |
| HSL | 157.5º | 0.34% | 0.72% | - |
| HSV(B) | 157.5º | 0.23% | 0.82% | - |
| XYZ | 46.35 | 56.3 | 57.14 | - |
| YUV | 191.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 190 | 0.23 | 0 | 0.09 | 0.18 | 157.5 | 0.34 | 0.72 |
| Hex | A0 | D0 | BE | 17 | 0 | 9 | 12 | 9E | 22 | 48 |
| Octal | 240 | 320 | 276 | 27 | 0 | 11 | 22 | 236 | 42 | 110 |
| Binary | 10100000 | 11010000 | 10111110 | 10111 | 0 | 1001 | 10010 | 10011110 | 100010 | 1001000 |
Color Harmonies of #A0D0BE
Complementary color
Monochromatic Colors of #A0D0BE
Black with #A0D0BE
Text Example
Text Example
White with #A0D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0BE; }
p { color: rgb(160,208,190); }
H1.HeaderClassName
{
color: #A0D0BE;
}
.AnyTagClassName
{
color: #A0D0BE;
}
</style>
background-color css
<style>
a { background-color: #A0D0BE; }
a { background-color: rgb(160,208,190); }
div.DivClassName
{
background-color: #A0D0BE;
}
.BgClassName
{
background-color: #A0D0BE;
}
</style>
border-color css
<style>
span { border-color: #A0D0BE; }
span { border-color: rgb(160,208,190); }
td.TdClassName
{
border-color: #A0D0BE;
}
.TagClassName
{
border-color: #A0D0BE;
}
</style>