Shades of Teal #138980
Tints of Teal #138980
RGB
CMYK
RGB Variations
Color information
#138980 (or 0x138980) is known color: Teal. HEX triplet: 13, 89 and 80. RGB value is (19,137,128). Sum of RGB (Red+Green+Blue) = 19+137+128=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #138980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138980 is #EC767F. Grayscale: #646464. Windows color (decimal): -15496832 or 8423699. OLE color: 8423699.
HSL color Cylindrical-coordinate representation of color #138980: hue angle of 175.42º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138980 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 128 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.46 |
| HSL | 175.42º | 0.76% | 0.31% | - |
| HSV(B) | 175.42º | 0.86% | 0.54% | - |
| XYZ | 13.11 | 19.59 | 23.51 | - |
| YUV | 100.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 128 | 0.86 | 0 | 0.07 | 0.46 | 175.42 | 0.76 | 0.31 |
| Hex | 13 | 89 | 80 | 56 | 0 | 7 | 2E | AF | 4C | 1F |
| Octal | 23 | 211 | 200 | 126 | 0 | 7 | 56 | 257 | 114 | 37 |
| Binary | 10011 | 10001001 | 10000000 | 1010110 | 0 | 111 | 101110 | 10101111 | 1001100 | 11111 |
Color Harmonies of #138980
Complementary color
Monochromatic Colors of #138980
Black with #138980
Text Example
Text Example
White with #138980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138980; }
p { color: rgb(19,137,128); }
H1.HeaderClassName
{
color: #138980;
}
.AnyTagClassName
{
color: #138980;
}
</style>
background-color css
<style>
a { background-color: #138980; }
a { background-color: rgb(19,137,128); }
div.DivClassName
{
background-color: #138980;
}
.BgClassName
{
background-color: #138980;
}
</style>
border-color css
<style>
span { border-color: #138980; }
span { border-color: rgb(19,137,128); }
td.TdClassName
{
border-color: #138980;
}
.TagClassName
{
border-color: #138980;
}
</style>