Shades of Teal #0B877D
Tints of Teal #0B877D
RGB
CMYK
RGB Variations
Color information
#0B877D (or 0x0B877D) is known color: Teal. HEX triplet: 0B, 87 and 7D. RGB value is (11,135,125). Sum of RGB (Red+Green+Blue) = 11+135+125=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #0B877D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B877D is #F47882. Grayscale: #606060. Windows color (decimal): -16021635 or 8226571. OLE color: 8226571.
HSL color Cylindrical-coordinate representation of color #0B877D: hue angle of 175.16º 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 #0B877D is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 135 | 125 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.47 |
| HSL | 175.16º | 0.85% | 0.29% | - |
| HSV(B) | 175.16º | 0.92% | 0.53% | - |
| XYZ | 12.5 | 18.88 | 22.39 | - |
| YUV | 96.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 125 | 0.92 | 0 | 0.07 | 0.47 | 175.16 | 0.85 | 0.29 |
| Hex | B | 87 | 7D | 5C | 0 | 7 | 2F | AF | 55 | 1D |
| Octal | 13 | 207 | 175 | 134 | 0 | 7 | 57 | 257 | 125 | 35 |
| Binary | 1011 | 10000111 | 1111101 | 1011100 | 0 | 111 | 101111 | 10101111 | 1010101 | 11101 |
Color Harmonies of #0B877D
Complementary color
Monochromatic Colors of #0B877D
Black with #0B877D
Text Example
Text Example
White with #0B877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B877D; }
p { color: rgb(11,135,125); }
H1.HeaderClassName
{
color: #0B877D;
}
.AnyTagClassName
{
color: #0B877D;
}
</style>
background-color css
<style>
a { background-color: #0B877D; }
a { background-color: rgb(11,135,125); }
div.DivClassName
{
background-color: #0B877D;
}
.BgClassName
{
background-color: #0B877D;
}
</style>
border-color css
<style>
span { border-color: #0B877D; }
span { border-color: rgb(11,135,125); }
td.TdClassName
{
border-color: #0B877D;
}
.TagClassName
{
border-color: #0B877D;
}
</style>