Shades of Teal #138086
Tints of Teal #138086
RGB
CMYK
RGB Variations
Color information
#138086 (or 0x138086) is known color: Teal. HEX triplet: 13, 80 and 86. RGB value is (19,128,134). Sum of RGB (Red+Green+Blue) = 19+128+134=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #138086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138086 is #EC7F79. Grayscale: #5F5F5F. Windows color (decimal): -15499130 or 8814611. OLE color: 8814611.
HSL color Cylindrical-coordinate representation of color #138086: hue angle of 183.13º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138086 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 128 | 134 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.47 |
| HSL | 183.13º | 0.75% | 0.3% | - |
| HSV(B) | 183.13º | 0.86% | 0.53% | - |
| XYZ | 12.29 | 17.3 | 25.25 | - |
| YUV | 96.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 134 | 0.86 | 0.04 | 0 | 0.47 | 183.13 | 0.75 | 0.3 |
| Hex | 13 | 80 | 86 | 56 | 4 | 0 | 2F | B7 | 4B | 1E |
| Octal | 23 | 200 | 206 | 126 | 4 | 0 | 57 | 267 | 113 | 36 |
| Binary | 10011 | 10000000 | 10000110 | 1010110 | 100 | 0 | 101111 | 10110111 | 1001011 | 11110 |
Color Harmonies of #138086
Complementary color
Monochromatic Colors of #138086
Black with #138086
Text Example
Text Example
White with #138086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138086; }
p { color: rgb(19,128,134); }
H1.HeaderClassName
{
color: #138086;
}
.AnyTagClassName
{
color: #138086;
}
</style>
background-color css
<style>
a { background-color: #138086; }
a { background-color: rgb(19,128,134); }
div.DivClassName
{
background-color: #138086;
}
.BgClassName
{
background-color: #138086;
}
</style>
border-color css
<style>
span { border-color: #138086; }
span { border-color: rgb(19,128,134); }
td.TdClassName
{
border-color: #138086;
}
.TagClassName
{
border-color: #138086;
}
</style>