Shades of Teal #0B788D
Tints of Teal #0B788D
RGB
CMYK
RGB Variations
Color information
#0B788D (or 0x0B788D) is known color: Teal. HEX triplet: 0B, 78 and 8D. RGB value is (11,120,141). Sum of RGB (Red+Green+Blue) = 11+120+141=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B788D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B788D is #F48772. Grayscale: #595959. Windows color (decimal): -16025459 or 9271307. OLE color: 9271307.
HSL color Cylindrical-coordinate representation of color #0B788D: hue angle of 189.69º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B788D is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 120 | 141 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.45 |
| HSL | 189.69º | 0.86% | 0.3% | - |
| HSV(B) | 189.69º | 0.92% | 0.55% | - |
| XYZ | 11.66 | 15.43 | 27.56 | - |
| YUV | 89.8 | 156.89 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 120 | 141 | 0.92 | 0.15 | 0 | 0.45 | 189.69 | 0.86 | 0.3 |
| Hex | B | 78 | 8D | 5C | F | 0 | 2D | BE | 56 | 1E |
| Octal | 13 | 170 | 215 | 134 | 17 | 0 | 55 | 276 | 126 | 36 |
| Binary | 1011 | 1111000 | 10001101 | 1011100 | 1111 | 0 | 101101 | 10111110 | 1010110 | 11110 |
Color Harmonies of #0B788D
Complementary color
Monochromatic Colors of #0B788D
Black with #0B788D
Text Example
Text Example
White with #0B788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B788D; }
p { color: rgb(11,120,141); }
H1.HeaderClassName
{
color: #0B788D;
}
.AnyTagClassName
{
color: #0B788D;
}
</style>
background-color css
<style>
a { background-color: #0B788D; }
a { background-color: rgb(11,120,141); }
div.DivClassName
{
background-color: #0B788D;
}
.BgClassName
{
background-color: #0B788D;
}
</style>
border-color css
<style>
span { border-color: #0B788D; }
span { border-color: rgb(11,120,141); }
td.TdClassName
{
border-color: #0B788D;
}
.TagClassName
{
border-color: #0B788D;
}
</style>