Shades of Teal #0B8B7F
Tints of Teal #0B8B7F
RGB
CMYK
RGB Variations
Color information
#0B8B7F (or 0x0B8B7F) is known color: Teal. HEX triplet: 0B, 8B and 7F. RGB value is (11,139,127). Sum of RGB (Red+Green+Blue) = 11+139+127=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8B7F is #F47480. Grayscale: #636363. Windows color (decimal): -16020609 or 8358667. OLE color: 8358667.
HSL color Cylindrical-coordinate representation of color #0B8B7F: hue angle of 174.38º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8B7F is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 139 | 127 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.45 |
| HSL | 174.38º | 0.85% | 0.29% | - |
| HSV(B) | 174.38º | 0.92% | 0.55% | - |
| XYZ | 13.2 | 20.07 | 23.26 | - |
| YUV | 99.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 139 | 127 | 0.92 | 0 | 0.09 | 0.45 | 174.38 | 0.85 | 0.29 |
| Hex | B | 8B | 7F | 5C | 0 | 9 | 2D | AE | 55 | 1D |
| Octal | 13 | 213 | 177 | 134 | 0 | 11 | 55 | 256 | 125 | 35 |
| Binary | 1011 | 10001011 | 1111111 | 1011100 | 0 | 1001 | 101101 | 10101110 | 1010101 | 11101 |
Color Harmonies of #0B8B7F
Complementary color
Monochromatic Colors of #0B8B7F
Black with #0B8B7F
Text Example
Text Example
White with #0B8B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8B7F; }
p { color: rgb(11,139,127); }
H1.HeaderClassName
{
color: #0B8B7F;
}
.AnyTagClassName
{
color: #0B8B7F;
}
</style>
background-color css
<style>
a { background-color: #0B8B7F; }
a { background-color: rgb(11,139,127); }
div.DivClassName
{
background-color: #0B8B7F;
}
.BgClassName
{
background-color: #0B8B7F;
}
</style>
border-color css
<style>
span { border-color: #0B8B7F; }
span { border-color: rgb(11,139,127); }
td.TdClassName
{
border-color: #0B8B7F;
}
.TagClassName
{
border-color: #0B8B7F;
}
</style>