Shades of Teal #0B8A7C
Tints of Teal #0B8A7C
RGB
CMYK
RGB Variations
Color information
#0B8A7C (or 0x0B8A7C) is known color: Teal. HEX triplet: 0B, 8A and 7C. RGB value is (11,138,124). Sum of RGB (Red+Green+Blue) = 11+138+124=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8A7C is #F47583. Grayscale: #626262. Windows color (decimal): -16020868 or 8161803. OLE color: 8161803.
HSL color Cylindrical-coordinate representation of color #0B8A7C: hue angle of 173.39º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8A7C is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 138 | 124 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.46 |
| HSL | 173.39º | 0.85% | 0.29% | - |
| HSV(B) | 173.39º | 0.92% | 0.54% | - |
| XYZ | 12.86 | 19.7 | 22.19 | - |
| YUV | 98.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 138 | 124 | 0.92 | 0 | 0.10 | 0.46 | 173.39 | 0.85 | 0.29 |
| Hex | B | 8A | 7C | 5C | 0 | A | 2E | AD | 55 | 1D |
| Octal | 13 | 212 | 174 | 134 | 0 | 12 | 56 | 255 | 125 | 35 |
| Binary | 1011 | 10001010 | 1111100 | 1011100 | 0 | 1010 | 101110 | 10101101 | 1010101 | 11101 |
Color Harmonies of #0B8A7C
Complementary color
Monochromatic Colors of #0B8A7C
Black with #0B8A7C
Text Example
Text Example
White with #0B8A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8A7C; }
p { color: rgb(11,138,124); }
H1.HeaderClassName
{
color: #0B8A7C;
}
.AnyTagClassName
{
color: #0B8A7C;
}
</style>
background-color css
<style>
a { background-color: #0B8A7C; }
a { background-color: rgb(11,138,124); }
div.DivClassName
{
background-color: #0B8A7C;
}
.BgClassName
{
background-color: #0B8A7C;
}
</style>
border-color css
<style>
span { border-color: #0B8A7C; }
span { border-color: rgb(11,138,124); }
td.TdClassName
{
border-color: #0B8A7C;
}
.TagClassName
{
border-color: #0B8A7C;
}
</style>