Shades of Teal #0B7785
Tints of Teal #0B7785
RGB
CMYK
RGB Variations
Color information
#0B7785 (or 0x0B7785) is known color: Teal. HEX triplet: 0B, 77 and 85. RGB value is (11,119,133). Sum of RGB (Red+Green+Blue) = 11+119+133=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B7785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7785 is #F4887A. Grayscale: #585858. Windows color (decimal): -16025723 or 8746763. OLE color: 8746763.
HSL color Cylindrical-coordinate representation of color #0B7785: hue angle of 186.89º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B7785 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 119 | 133 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.48 |
| HSL | 186.89º | 0.85% | 0.28% | - |
| HSV(B) | 186.89º | 0.92% | 0.52% | - |
| XYZ | 10.97 | 14.96 | 24.5 | - |
| YUV | 88.3 | 153.22 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 119 | 133 | 0.92 | 0.11 | 0 | 0.48 | 186.89 | 0.85 | 0.28 |
| Hex | B | 77 | 85 | 5C | B | 0 | 30 | BB | 55 | 1C |
| Octal | 13 | 167 | 205 | 134 | 13 | 0 | 60 | 273 | 125 | 34 |
| Binary | 1011 | 1110111 | 10000101 | 1011100 | 1011 | 0 | 110000 | 10111011 | 1010101 | 11100 |
Color Harmonies of #0B7785
Complementary color
Monochromatic Colors of #0B7785
Black with #0B7785
Text Example
Text Example
White with #0B7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7785; }
p { color: rgb(11,119,133); }
H1.HeaderClassName
{
color: #0B7785;
}
.AnyTagClassName
{
color: #0B7785;
}
</style>
background-color css
<style>
a { background-color: #0B7785; }
a { background-color: rgb(11,119,133); }
div.DivClassName
{
background-color: #0B7785;
}
.BgClassName
{
background-color: #0B7785;
}
</style>
border-color css
<style>
span { border-color: #0B7785; }
span { border-color: rgb(11,119,133); }
td.TdClassName
{
border-color: #0B7785;
}
.TagClassName
{
border-color: #0B7785;
}
</style>