Shades of Teal #137B85
Tints of Teal #137B85
RGB
CMYK
RGB Variations
Color information
#137B85 (or 0x137B85) is known color: Teal. HEX triplet: 13, 7B and 85. RGB value is (19,123,133). Sum of RGB (Red+Green+Blue) = 19+123+133=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #137B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137B85 is #EC847A. Grayscale: #5C5C5C. Windows color (decimal): -15500411 or 8747795. OLE color: 8747795.
HSL color Cylindrical-coordinate representation of color #137B85: hue angle of 185.26º 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 #137B85 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 123 | 133 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.48 |
| HSL | 185.26º | 0.75% | 0.3% | - |
| HSV(B) | 185.26º | 0.86% | 0.52% | - |
| XYZ | 11.59 | 16 | 24.67 | - |
| YUV | 93.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 133 | 0.86 | 0.08 | 0 | 0.48 | 185.26 | 0.75 | 0.3 |
| Hex | 13 | 7B | 85 | 56 | 8 | 0 | 30 | B9 | 4B | 1E |
| Octal | 23 | 173 | 205 | 126 | 10 | 0 | 60 | 271 | 113 | 36 |
| Binary | 10011 | 1111011 | 10000101 | 1010110 | 1000 | 0 | 110000 | 10111001 | 1001011 | 11110 |
Color Harmonies of #137B85
Complementary color
Monochromatic Colors of #137B85
Black with #137B85
Text Example
Text Example
White with #137B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B85; }
p { color: rgb(19,123,133); }
H1.HeaderClassName
{
color: #137B85;
}
.AnyTagClassName
{
color: #137B85;
}
</style>
background-color css
<style>
a { background-color: #137B85; }
a { background-color: rgb(19,123,133); }
div.DivClassName
{
background-color: #137B85;
}
.BgClassName
{
background-color: #137B85;
}
</style>
border-color css
<style>
span { border-color: #137B85; }
span { border-color: rgb(19,123,133); }
td.TdClassName
{
border-color: #137B85;
}
.TagClassName
{
border-color: #137B85;
}
</style>