Shades of Teal #137B84
Tints of Teal #137B84
RGB
CMYK
RGB Variations
Color information
#137B84 (or 0x137B84) is known color: Teal. HEX triplet: 13, 7B and 84. RGB value is (19,123,132). Sum of RGB (Red+Green+Blue) = 19+123+132=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #137B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137B84 is #EC847B. Grayscale: #5C5C5C. Windows color (decimal): -15500412 or 8682259. OLE color: 8682259.
HSL color Cylindrical-coordinate representation of color #137B84: hue angle of 184.78º 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 #137B84 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 123 | 132 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.48 |
| HSL | 184.78º | 0.75% | 0.3% | - |
| HSV(B) | 184.78º | 0.86% | 0.52% | - |
| XYZ | 11.52 | 15.97 | 24.31 | - |
| YUV | 92.93 | 150.04 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 132 | 0.86 | 0.07 | 0 | 0.48 | 184.78 | 0.75 | 0.3 |
| Hex | 13 | 7B | 84 | 56 | 7 | 0 | 30 | B9 | 4B | 1E |
| Octal | 23 | 173 | 204 | 126 | 7 | 0 | 60 | 271 | 113 | 36 |
| Binary | 10011 | 1111011 | 10000100 | 1010110 | 111 | 0 | 110000 | 10111001 | 1001011 | 11110 |
Color Harmonies of #137B84
Complementary color
Monochromatic Colors of #137B84
Black with #137B84
Text Example
Text Example
White with #137B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B84; }
p { color: rgb(19,123,132); }
H1.HeaderClassName
{
color: #137B84;
}
.AnyTagClassName
{
color: #137B84;
}
</style>
background-color css
<style>
a { background-color: #137B84; }
a { background-color: rgb(19,123,132); }
div.DivClassName
{
background-color: #137B84;
}
.BgClassName
{
background-color: #137B84;
}
</style>
border-color css
<style>
span { border-color: #137B84; }
span { border-color: rgb(19,123,132); }
td.TdClassName
{
border-color: #137B84;
}
.TagClassName
{
border-color: #137B84;
}
</style>