Shades of Teal #0B877C
Tints of Teal #0B877C
RGB
CMYK
RGB Variations
Color information
#0B877C (or 0x0B877C) is known color: Teal. HEX triplet: 0B, 87 and 7C. RGB value is (11,135,124). Sum of RGB (Red+Green+Blue) = 11+135+124=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #0B877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B877C is #F47883. Grayscale: #606060. Windows color (decimal): -16021636 or 8161035. OLE color: 8161035.
HSL color Cylindrical-coordinate representation of color #0B877C: hue angle of 174.68º 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 #0B877C is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 135 | 124 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.47 |
| HSL | 174.68º | 0.85% | 0.29% | - |
| HSV(B) | 174.68º | 0.92% | 0.53% | - |
| XYZ | 12.44 | 18.85 | 22.05 | - |
| YUV | 96.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 124 | 0.92 | 0 | 0.08 | 0.47 | 174.68 | 0.85 | 0.29 |
| Hex | B | 87 | 7C | 5C | 0 | 8 | 2F | AF | 55 | 1D |
| Octal | 13 | 207 | 174 | 134 | 0 | 10 | 57 | 257 | 125 | 35 |
| Binary | 1011 | 10000111 | 1111100 | 1011100 | 0 | 1000 | 101111 | 10101111 | 1010101 | 11101 |
Color Harmonies of #0B877C
Complementary color
Monochromatic Colors of #0B877C
Black with #0B877C
Text Example
Text Example
White with #0B877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B877C; }
p { color: rgb(11,135,124); }
H1.HeaderClassName
{
color: #0B877C;
}
.AnyTagClassName
{
color: #0B877C;
}
</style>
background-color css
<style>
a { background-color: #0B877C; }
a { background-color: rgb(11,135,124); }
div.DivClassName
{
background-color: #0B877C;
}
.BgClassName
{
background-color: #0B877C;
}
</style>
border-color css
<style>
span { border-color: #0B877C; }
span { border-color: rgb(11,135,124); }
td.TdClassName
{
border-color: #0B877C;
}
.TagClassName
{
border-color: #0B877C;
}
</style>