Shades of Teal #0B7380
Tints of Teal #0B7380
RGB
CMYK
RGB Variations
Color information
#0B7380 (or 0x0B7380) is known color: Teal. HEX triplet: 0B, 73 and 80. RGB value is (11,115,128). Sum of RGB (Red+Green+Blue) = 11+115+128=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #0B7380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7380 is #F48C7F. Grayscale: #555555. Windows color (decimal): -16026752 or 8418059. OLE color: 8418059.
HSL color Cylindrical-coordinate representation of color #0B7380: hue angle of 186.67º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7380 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 115 | 128 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.50 |
| HSL | 186.67º | 0.84% | 0.27% | - |
| HSV(B) | 186.67º | 0.91% | 0.5% | - |
| XYZ | 10.17 | 13.89 | 22.57 | - |
| YUV | 85.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 128 | 0.91 | 0.10 | 0 | 0.50 | 186.67 | 0.84 | 0.27 |
| Hex | B | 73 | 80 | 5B | A | 0 | 32 | BB | 54 | 1B |
| Octal | 13 | 163 | 200 | 133 | 12 | 0 | 62 | 273 | 124 | 33 |
| Binary | 1011 | 1110011 | 10000000 | 1011011 | 1010 | 0 | 110010 | 10111011 | 1010100 | 11011 |
Color Harmonies of #0B7380
Complementary color
Monochromatic Colors of #0B7380
Black with #0B7380
Text Example
Text Example
White with #0B7380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7380; }
p { color: rgb(11,115,128); }
H1.HeaderClassName
{
color: #0B7380;
}
.AnyTagClassName
{
color: #0B7380;
}
</style>
background-color css
<style>
a { background-color: #0B7380; }
a { background-color: rgb(11,115,128); }
div.DivClassName
{
background-color: #0B7380;
}
.BgClassName
{
background-color: #0B7380;
}
</style>
border-color css
<style>
span { border-color: #0B7380; }
span { border-color: rgb(11,115,128); }
td.TdClassName
{
border-color: #0B7380;
}
.TagClassName
{
border-color: #0B7380;
}
</style>