Shades of Teal #137C84
Tints of Teal #137C84
RGB
CMYK
RGB Variations
Color information
#137C84 (or 0x137C84) is known color: Teal. HEX triplet: 13, 7C and 84. RGB value is (19,124,132). Sum of RGB (Red+Green+Blue) = 19+124+132=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #137C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137C84 is #EC837B. Grayscale: #5D5D5D. Windows color (decimal): -15500156 or 8682515. OLE color: 8682515.
HSL color Cylindrical-coordinate representation of color #137C84: hue angle of 184.25º 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 #137C84 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 124 | 132 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.48 |
| HSL | 184.25º | 0.75% | 0.3% | - |
| HSV(B) | 184.25º | 0.86% | 0.52% | - |
| XYZ | 11.64 | 16.22 | 24.35 | - |
| YUV | 93.52 | 149.71 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 132 | 0.86 | 0.06 | 0 | 0.48 | 184.25 | 0.75 | 0.3 |
| Hex | 13 | 7C | 84 | 56 | 6 | 0 | 30 | B8 | 4B | 1E |
| Octal | 23 | 174 | 204 | 126 | 6 | 0 | 60 | 270 | 113 | 36 |
| Binary | 10011 | 1111100 | 10000100 | 1010110 | 110 | 0 | 110000 | 10111000 | 1001011 | 11110 |
Color Harmonies of #137C84
Complementary color
Monochromatic Colors of #137C84
Black with #137C84
Text Example
Text Example
White with #137C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C84; }
p { color: rgb(19,124,132); }
H1.HeaderClassName
{
color: #137C84;
}
.AnyTagClassName
{
color: #137C84;
}
</style>
background-color css
<style>
a { background-color: #137C84; }
a { background-color: rgb(19,124,132); }
div.DivClassName
{
background-color: #137C84;
}
.BgClassName
{
background-color: #137C84;
}
</style>
border-color css
<style>
span { border-color: #137C84; }
span { border-color: rgb(19,124,132); }
td.TdClassName
{
border-color: #137C84;
}
.TagClassName
{
border-color: #137C84;
}
</style>