Shades of Teal #0B7881
Tints of Teal #0B7881
RGB
CMYK
RGB Variations
Color information
#0B7881 (or 0x0B7881) is known color: Teal. HEX triplet: 0B, 78 and 81. RGB value is (11,120,129). Sum of RGB (Red+Green+Blue) = 11+120+129=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #0B7881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7881 is #F4877E. Grayscale: #585858. Windows color (decimal): -16025471 or 8484875. OLE color: 8484875.
HSL color Cylindrical-coordinate representation of color #0B7881: hue angle of 184.58º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7881 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 120 | 129 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.49 |
| HSL | 184.58º | 0.84% | 0.27% | - |
| HSV(B) | 184.58º | 0.91% | 0.51% | - |
| XYZ | 10.82 | 15.09 | 23.11 | - |
| YUV | 88.44 | 150.89 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 120 | 129 | 0.91 | 0.07 | 0 | 0.49 | 184.58 | 0.84 | 0.27 |
| Hex | B | 78 | 81 | 5B | 7 | 0 | 31 | B9 | 54 | 1B |
| Octal | 13 | 170 | 201 | 133 | 7 | 0 | 61 | 271 | 124 | 33 |
| Binary | 1011 | 1111000 | 10000001 | 1011011 | 111 | 0 | 110001 | 10111001 | 1010100 | 11011 |
Color Harmonies of #0B7881
Complementary color
Monochromatic Colors of #0B7881
Black with #0B7881
Text Example
Text Example
White with #0B7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7881; }
p { color: rgb(11,120,129); }
H1.HeaderClassName
{
color: #0B7881;
}
.AnyTagClassName
{
color: #0B7881;
}
</style>
background-color css
<style>
a { background-color: #0B7881; }
a { background-color: rgb(11,120,129); }
div.DivClassName
{
background-color: #0B7881;
}
.BgClassName
{
background-color: #0B7881;
}
</style>
border-color css
<style>
span { border-color: #0B7881; }
span { border-color: rgb(11,120,129); }
td.TdClassName
{
border-color: #0B7881;
}
.TagClassName
{
border-color: #0B7881;
}
</style>