Shades of Teal #0B758B
Tints of Teal #0B758B
RGB
CMYK
RGB Variations
Color information
#0B758B (or 0x0B758B) is known color: Teal. HEX triplet: 0B, 75 and 8B. RGB value is (11,117,139). Sum of RGB (Red+Green+Blue) = 11+117+139=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B758B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B758B is #F48A74. Grayscale: #575757. Windows color (decimal): -16026229 or 9139467. OLE color: 9139467.
HSL color Cylindrical-coordinate representation of color #0B758B: hue angle of 190.31º 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 #0B758B is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 117 | 139 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.45 |
| HSL | 190.31º | 0.85% | 0.29% | - |
| HSV(B) | 190.31º | 0.92% | 0.55% | - |
| XYZ | 11.16 | 14.66 | 26.67 | - |
| YUV | 87.81 | 156.88 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 139 | 0.92 | 0.16 | 0 | 0.45 | 190.31 | 0.85 | 0.29 |
| Hex | B | 75 | 8B | 5C | 10 | 0 | 2D | BE | 55 | 1D |
| Octal | 13 | 165 | 213 | 134 | 20 | 0 | 55 | 276 | 125 | 35 |
| Binary | 1011 | 1110101 | 10001011 | 1011100 | 10000 | 0 | 101101 | 10111110 | 1010101 | 11101 |
Color Harmonies of #0B758B
Complementary color
Monochromatic Colors of #0B758B
Black with #0B758B
Text Example
Text Example
White with #0B758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B758B; }
p { color: rgb(11,117,139); }
H1.HeaderClassName
{
color: #0B758B;
}
.AnyTagClassName
{
color: #0B758B;
}
</style>
background-color css
<style>
a { background-color: #0B758B; }
a { background-color: rgb(11,117,139); }
div.DivClassName
{
background-color: #0B758B;
}
.BgClassName
{
background-color: #0B758B;
}
</style>
border-color css
<style>
span { border-color: #0B758B; }
span { border-color: rgb(11,117,139); }
td.TdClassName
{
border-color: #0B758B;
}
.TagClassName
{
border-color: #0B758B;
}
</style>