Shades of Teal #0B8980
Tints of Teal #0B8980
RGB
CMYK
RGB Variations
Color information
#0B8980 (or 0x0B8980) is known color: Teal. HEX triplet: 0B, 89 and 80. RGB value is (11,137,128). Sum of RGB (Red+Green+Blue) = 11+137+128=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #0B8980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8980 is #F4767F. Grayscale: #626262. Windows color (decimal): -16021120 or 8423691. OLE color: 8423691.
HSL color Cylindrical-coordinate representation of color #0B8980: hue angle of 175.71º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8980 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 137 | 128 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.46 |
| HSL | 175.71º | 0.85% | 0.29% | - |
| HSV(B) | 175.71º | 0.92% | 0.54% | - |
| XYZ | 12.98 | 19.52 | 23.51 | - |
| YUV | 98.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 128 | 0.92 | 0 | 0.07 | 0.46 | 175.71 | 0.85 | 0.29 |
| Hex | B | 89 | 80 | 5C | 0 | 7 | 2E | B0 | 55 | 1D |
| Octal | 13 | 211 | 200 | 134 | 0 | 7 | 56 | 260 | 125 | 35 |
| Binary | 1011 | 10001001 | 10000000 | 1011100 | 0 | 111 | 101110 | 10110000 | 1010101 | 11101 |
Color Harmonies of #0B8980
Complementary color
Monochromatic Colors of #0B8980
Black with #0B8980
Text Example
Text Example
White with #0B8980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8980; }
p { color: rgb(11,137,128); }
H1.HeaderClassName
{
color: #0B8980;
}
.AnyTagClassName
{
color: #0B8980;
}
</style>
background-color css
<style>
a { background-color: #0B8980; }
a { background-color: rgb(11,137,128); }
div.DivClassName
{
background-color: #0B8980;
}
.BgClassName
{
background-color: #0B8980;
}
</style>
border-color css
<style>
span { border-color: #0B8980; }
span { border-color: rgb(11,137,128); }
td.TdClassName
{
border-color: #0B8980;
}
.TagClassName
{
border-color: #0B8980;
}
</style>