Shades of Teal #138080
Tints of Teal #138080
RGB
CMYK
RGB Variations
Color information
#138080 (or 0x138080) is known color: Teal. HEX triplet: 13, 80 and 80. RGB value is (19,128,128). Sum of RGB (Red+Green+Blue) = 19+128+128=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #138080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138080 is #EC7F7F. Grayscale: #5F5F5F. Windows color (decimal): -15499136 or 8421395. OLE color: 8421395.
HSL color Cylindrical-coordinate representation of color #138080: hue angle of 180º 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 #138080 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 128 | - |
| CMYK | 0.85 | 0 | 0 | 0.50 |
| HSL | 180º | 0.74% | 0.29% | - |
| HSV(B) | 180º | 0.85% | 0.5% | - |
| XYZ | 11.88 | 17.14 | 23.1 | - |
| YUV | 95.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 128 | 0.85 | 0 | 0 | 0.50 | 180 | 0.74 | 0.29 |
| Hex | 13 | 80 | 80 | 55 | 0 | 0 | 32 | B4 | 4A | 1D |
| Octal | 23 | 200 | 200 | 125 | 0 | 0 | 62 | 264 | 112 | 35 |
| Binary | 10011 | 10000000 | 10000000 | 1010101 | 0 | 0 | 110010 | 10110100 | 1001010 | 11101 |
Color Harmonies of #138080
Complementary color
Monochromatic Colors of #138080
Black with #138080
Text Example
Text Example
White with #138080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138080; }
p { color: rgb(19,128,128); }
H1.HeaderClassName
{
color: #138080;
}
.AnyTagClassName
{
color: #138080;
}
</style>
background-color css
<style>
a { background-color: #138080; }
a { background-color: rgb(19,128,128); }
div.DivClassName
{
background-color: #138080;
}
.BgClassName
{
background-color: #138080;
}
</style>
border-color css
<style>
span { border-color: #138080; }
span { border-color: rgb(19,128,128); }
td.TdClassName
{
border-color: #138080;
}
.TagClassName
{
border-color: #138080;
}
</style>