Shades of Teal #138C7E
Tints of Teal #138C7E
RGB
CMYK
RGB Variations
Color information
#138C7E (or 0x138C7E) is known color: Teal. HEX triplet: 13, 8C and 7E. RGB value is (19,140,126). Sum of RGB (Red+Green+Blue) = 19+140+126=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #138C7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C7E is #EC7381. Grayscale: #666666. Windows color (decimal): -15496066 or 8293395. OLE color: 8293395.
HSL color Cylindrical-coordinate representation of color #138C7E: hue angle of 173.06º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C7E is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 126 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.45 |
| HSL | 173.06º | 0.76% | 0.31% | - |
| HSV(B) | 173.06º | 0.86% | 0.55% | - |
| XYZ | 13.41 | 20.4 | 22.97 | - |
| YUV | 102.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 126 | 0.86 | 0 | 0.10 | 0.45 | 173.06 | 0.76 | 0.31 |
| Hex | 13 | 8C | 7E | 56 | 0 | A | 2D | AD | 4C | 1F |
| Octal | 23 | 214 | 176 | 126 | 0 | 12 | 55 | 255 | 114 | 37 |
| Binary | 10011 | 10001100 | 1111110 | 1010110 | 0 | 1010 | 101101 | 10101101 | 1001100 | 11111 |
Color Harmonies of #138C7E
Complementary color
Monochromatic Colors of #138C7E
Black with #138C7E
Text Example
Text Example
White with #138C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C7E; }
p { color: rgb(19,140,126); }
H1.HeaderClassName
{
color: #138C7E;
}
.AnyTagClassName
{
color: #138C7E;
}
</style>
background-color css
<style>
a { background-color: #138C7E; }
a { background-color: rgb(19,140,126); }
div.DivClassName
{
background-color: #138C7E;
}
.BgClassName
{
background-color: #138C7E;
}
</style>
border-color css
<style>
span { border-color: #138C7E; }
span { border-color: rgb(19,140,126); }
td.TdClassName
{
border-color: #138C7E;
}
.TagClassName
{
border-color: #138C7E;
}
</style>