Shades of Teal #0B7A8B
Tints of Teal #0B7A8B
RGB
CMYK
RGB Variations
Color information
#0B7A8B (or 0x0B7A8B) is known color: Teal. HEX triplet: 0B, 7A and 8B. RGB value is (11,122,139). Sum of RGB (Red+Green+Blue) = 11+122+139=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B7A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7A8B is #F48574. Grayscale: #5A5A5A. Windows color (decimal): -16024949 or 9140747. OLE color: 9140747.
HSL color Cylindrical-coordinate representation of color #0B7A8B: hue angle of 187.97º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B7A8B is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 122 | 139 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.45 |
| HSL | 187.97º | 0.85% | 0.29% | - |
| HSV(B) | 187.97º | 0.92% | 0.55% | - |
| XYZ | 11.76 | 15.85 | 26.87 | - |
| YUV | 90.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 122 | 139 | 0.92 | 0.12 | 0 | 0.45 | 187.97 | 0.85 | 0.29 |
| Hex | B | 7A | 8B | 5C | C | 0 | 2D | BC | 55 | 1D |
| Octal | 13 | 172 | 213 | 134 | 14 | 0 | 55 | 274 | 125 | 35 |
| Binary | 1011 | 1111010 | 10001011 | 1011100 | 1100 | 0 | 101101 | 10111100 | 1010101 | 11101 |
Color Harmonies of #0B7A8B
Complementary color
Monochromatic Colors of #0B7A8B
Black with #0B7A8B
Text Example
Text Example
White with #0B7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7A8B; }
p { color: rgb(11,122,139); }
H1.HeaderClassName
{
color: #0B7A8B;
}
.AnyTagClassName
{
color: #0B7A8B;
}
</style>
background-color css
<style>
a { background-color: #0B7A8B; }
a { background-color: rgb(11,122,139); }
div.DivClassName
{
background-color: #0B7A8B;
}
.BgClassName
{
background-color: #0B7A8B;
}
</style>
border-color css
<style>
span { border-color: #0B7A8B; }
span { border-color: rgb(11,122,139); }
td.TdClassName
{
border-color: #0B7A8B;
}
.TagClassName
{
border-color: #0B7A8B;
}
</style>