Shades of Teal #0B7987
Tints of Teal #0B7987
RGB
CMYK
RGB Variations
Color information
#0B7987 (or 0x0B7987) is known color: Teal. HEX triplet: 0B, 79 and 87. RGB value is (11,121,135). Sum of RGB (Red+Green+Blue) = 11+121+135=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #0B7987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7987 is #F48678. Grayscale: #595959. Windows color (decimal): -16025209 or 8878347. OLE color: 8878347.
HSL color Cylindrical-coordinate representation of color #0B7987: hue angle of 186.77º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B7987 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 121 | 135 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.47 |
| HSL | 186.77º | 0.85% | 0.29% | - |
| HSV(B) | 186.77º | 0.92% | 0.53% | - |
| XYZ | 11.35 | 15.5 | 25.31 | - |
| YUV | 89.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 121 | 135 | 0.92 | 0.10 | 0 | 0.47 | 186.77 | 0.85 | 0.29 |
| Hex | B | 79 | 87 | 5C | A | 0 | 2F | BB | 55 | 1D |
| Octal | 13 | 171 | 207 | 134 | 12 | 0 | 57 | 273 | 125 | 35 |
| Binary | 1011 | 1111001 | 10000111 | 1011100 | 1010 | 0 | 101111 | 10111011 | 1010101 | 11101 |
Color Harmonies of #0B7987
Complementary color
Monochromatic Colors of #0B7987
Black with #0B7987
Text Example
Text Example
White with #0B7987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7987; }
p { color: rgb(11,121,135); }
H1.HeaderClassName
{
color: #0B7987;
}
.AnyTagClassName
{
color: #0B7987;
}
</style>
background-color css
<style>
a { background-color: #0B7987; }
a { background-color: rgb(11,121,135); }
div.DivClassName
{
background-color: #0B7987;
}
.BgClassName
{
background-color: #0B7987;
}
</style>
border-color css
<style>
span { border-color: #0B7987; }
span { border-color: rgb(11,121,135); }
td.TdClassName
{
border-color: #0B7987;
}
.TagClassName
{
border-color: #0B7987;
}
</style>