Shades of Teal #137F8B
Tints of Teal #137F8B
RGB
CMYK
RGB Variations
Color information
#137F8B (or 0x137F8B) is known color: Teal. HEX triplet: 13, 7F and 8B. RGB value is (19,127,139). Sum of RGB (Red+Green+Blue) = 19+127+139=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #137F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F8B is #EC8074. Grayscale: #5F5F5F. Windows color (decimal): -15499381 or 9142035. OLE color: 9142035.
HSL color Cylindrical-coordinate representation of color #137F8B: hue angle of 186º 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 #137F8B is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 127 | 139 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.45 |
| HSL | 186º | 0.76% | 0.31% | - |
| HSV(B) | 186º | 0.86% | 0.55% | - |
| XYZ | 12.52 | 17.18 | 27.08 | - |
| YUV | 96.08 | 152.22 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 139 | 0.86 | 0.09 | 0 | 0.45 | 186 | 0.76 | 0.31 |
| Hex | 13 | 7F | 8B | 56 | 9 | 0 | 2D | BA | 4C | 1F |
| Octal | 23 | 177 | 213 | 126 | 11 | 0 | 55 | 272 | 114 | 37 |
| Binary | 10011 | 1111111 | 10001011 | 1010110 | 1001 | 0 | 101101 | 10111010 | 1001100 | 11111 |
Color Harmonies of #137F8B
Complementary color
Monochromatic Colors of #137F8B
Black with #137F8B
Text Example
Text Example
White with #137F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F8B; }
p { color: rgb(19,127,139); }
H1.HeaderClassName
{
color: #137F8B;
}
.AnyTagClassName
{
color: #137F8B;
}
</style>
background-color css
<style>
a { background-color: #137F8B; }
a { background-color: rgb(19,127,139); }
div.DivClassName
{
background-color: #137F8B;
}
.BgClassName
{
background-color: #137F8B;
}
</style>
border-color css
<style>
span { border-color: #137F8B; }
span { border-color: rgb(19,127,139); }
td.TdClassName
{
border-color: #137F8B;
}
.TagClassName
{
border-color: #137F8B;
}
</style>