Shades of Teal #137F85
Tints of Teal #137F85
RGB
CMYK
RGB Variations
Color information
#137F85 (or 0x137F85) is known color: Teal. HEX triplet: 13, 7F and 85. RGB value is (19,127,133). Sum of RGB (Red+Green+Blue) = 19+127+133=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #137F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F85 is #EC807A. Grayscale: #5F5F5F. Windows color (decimal): -15499387 or 8748819. OLE color: 8748819.
HSL color Cylindrical-coordinate representation of color #137F85: hue angle of 183.16º 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 #137F85 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 127 | 133 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.48 |
| HSL | 183.16º | 0.75% | 0.3% | - |
| HSV(B) | 183.16º | 0.86% | 0.52% | - |
| XYZ | 12.09 | 17.01 | 24.84 | - |
| YUV | 95.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 133 | 0.86 | 0.05 | 0 | 0.48 | 183.16 | 0.75 | 0.3 |
| Hex | 13 | 7F | 85 | 56 | 5 | 0 | 30 | B7 | 4B | 1E |
| Octal | 23 | 177 | 205 | 126 | 5 | 0 | 60 | 267 | 113 | 36 |
| Binary | 10011 | 1111111 | 10000101 | 1010110 | 101 | 0 | 110000 | 10110111 | 1001011 | 11110 |
Color Harmonies of #137F85
Complementary color
Monochromatic Colors of #137F85
Black with #137F85
Text Example
Text Example
White with #137F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F85; }
p { color: rgb(19,127,133); }
H1.HeaderClassName
{
color: #137F85;
}
.AnyTagClassName
{
color: #137F85;
}
</style>
background-color css
<style>
a { background-color: #137F85; }
a { background-color: rgb(19,127,133); }
div.DivClassName
{
background-color: #137F85;
}
.BgClassName
{
background-color: #137F85;
}
</style>
border-color css
<style>
span { border-color: #137F85; }
span { border-color: rgb(19,127,133); }
td.TdClassName
{
border-color: #137F85;
}
.TagClassName
{
border-color: #137F85;
}
</style>