Shades of Teal #137D85
Tints of Teal #137D85
RGB
CMYK
RGB Variations
Color information
#137D85 (or 0x137D85) is known color: Teal. HEX triplet: 13, 7D and 85. RGB value is (19,125,133). Sum of RGB (Red+Green+Blue) = 19+125+133=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #137D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D85 is #EC827A. Grayscale: #5E5E5E. Windows color (decimal): -15499899 or 8748307. OLE color: 8748307.
HSL color Cylindrical-coordinate representation of color #137D85: hue angle of 184.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137D85 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 125 | 133 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.48 |
| HSL | 184.21º | 0.75% | 0.3% | - |
| HSV(B) | 184.21º | 0.86% | 0.52% | - |
| XYZ | 11.84 | 16.5 | 24.75 | - |
| YUV | 94.22 | 149.88 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 133 | 0.86 | 0.06 | 0 | 0.48 | 184.21 | 0.75 | 0.3 |
| Hex | 13 | 7D | 85 | 56 | 6 | 0 | 30 | B8 | 4B | 1E |
| Octal | 23 | 175 | 205 | 126 | 6 | 0 | 60 | 270 | 113 | 36 |
| Binary | 10011 | 1111101 | 10000101 | 1010110 | 110 | 0 | 110000 | 10111000 | 1001011 | 11110 |
Color Harmonies of #137D85
Complementary color
Monochromatic Colors of #137D85
Black with #137D85
Text Example
Text Example
White with #137D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D85; }
p { color: rgb(19,125,133); }
H1.HeaderClassName
{
color: #137D85;
}
.AnyTagClassName
{
color: #137D85;
}
</style>
background-color css
<style>
a { background-color: #137D85; }
a { background-color: rgb(19,125,133); }
div.DivClassName
{
background-color: #137D85;
}
.BgClassName
{
background-color: #137D85;
}
</style>
border-color css
<style>
span { border-color: #137D85; }
span { border-color: rgb(19,125,133); }
td.TdClassName
{
border-color: #137D85;
}
.TagClassName
{
border-color: #137D85;
}
</style>