Shades of Teal #137C8B
Tints of Teal #137C8B
RGB
CMYK
RGB Variations
Color information
#137C8B (or 0x137C8B) is known color: Teal. HEX triplet: 13, 7C and 8B. RGB value is (19,124,139). Sum of RGB (Red+Green+Blue) = 19+124+139=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #137C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137C8B is #EC8374. Grayscale: #5E5E5E. Windows color (decimal): -15500149 or 9141267. OLE color: 9141267.
HSL color Cylindrical-coordinate representation of color #137C8B: hue angle of 187.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137C8B is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 124 | 139 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.45 |
| HSL | 187.5º | 0.76% | 0.31% | - |
| HSV(B) | 187.5º | 0.86% | 0.55% | - |
| XYZ | 12.14 | 16.42 | 26.96 | - |
| YUV | 94.32 | 153.21 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 139 | 0.86 | 0.11 | 0 | 0.45 | 187.5 | 0.76 | 0.31 |
| Hex | 13 | 7C | 8B | 56 | B | 0 | 2D | BC | 4C | 1F |
| Octal | 23 | 174 | 213 | 126 | 13 | 0 | 55 | 274 | 114 | 37 |
| Binary | 10011 | 1111100 | 10001011 | 1010110 | 1011 | 0 | 101101 | 10111100 | 1001100 | 11111 |
Color Harmonies of #137C8B
Complementary color
Monochromatic Colors of #137C8B
Black with #137C8B
Text Example
Text Example
White with #137C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C8B; }
p { color: rgb(19,124,139); }
H1.HeaderClassName
{
color: #137C8B;
}
.AnyTagClassName
{
color: #137C8B;
}
</style>
background-color css
<style>
a { background-color: #137C8B; }
a { background-color: rgb(19,124,139); }
div.DivClassName
{
background-color: #137C8B;
}
.BgClassName
{
background-color: #137C8B;
}
</style>
border-color css
<style>
span { border-color: #137C8B; }
span { border-color: rgb(19,124,139); }
td.TdClassName
{
border-color: #137C8B;
}
.TagClassName
{
border-color: #137C8B;
}
</style>