Shades of Teal #137B7F
Tints of Teal #137B7F
RGB
CMYK
RGB Variations
Color information
#137B7F (or 0x137B7F) is known color: Teal. HEX triplet: 13, 7B and 7F. RGB value is (19,123,127). Sum of RGB (Red+Green+Blue) = 19+123+127=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #137B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B7F is #EC8480. Grayscale: #5C5C5C. Windows color (decimal): -15500417 or 8354579. OLE color: 8354579.
HSL color Cylindrical-coordinate representation of color #137B7F: hue angle of 182.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B7F is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 123 | 127 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.50 |
| HSL | 182.22º | 0.74% | 0.29% | - |
| HSV(B) | 182.22º | 0.85% | 0.5% | - |
| XYZ | 11.18 | 15.84 | 22.55 | - |
| YUV | 92.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 127 | 0.85 | 0.03 | 0 | 0.50 | 182.22 | 0.74 | 0.29 |
| Hex | 13 | 7B | 7F | 55 | 3 | 0 | 32 | B6 | 4A | 1D |
| Octal | 23 | 173 | 177 | 125 | 3 | 0 | 62 | 266 | 112 | 35 |
| Binary | 10011 | 1111011 | 1111111 | 1010101 | 11 | 0 | 110010 | 10110110 | 1001010 | 11101 |
Color Harmonies of #137B7F
Complementary color
Monochromatic Colors of #137B7F
Black with #137B7F
Text Example
Text Example
White with #137B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B7F; }
p { color: rgb(19,123,127); }
H1.HeaderClassName
{
color: #137B7F;
}
.AnyTagClassName
{
color: #137B7F;
}
</style>
background-color css
<style>
a { background-color: #137B7F; }
a { background-color: rgb(19,123,127); }
div.DivClassName
{
background-color: #137B7F;
}
.BgClassName
{
background-color: #137B7F;
}
</style>
border-color css
<style>
span { border-color: #137B7F; }
span { border-color: rgb(19,123,127); }
td.TdClassName
{
border-color: #137B7F;
}
.TagClassName
{
border-color: #137B7F;
}
</style>