Shades of Teal #138087
Tints of Teal #138087
RGB
CMYK
RGB Variations
Color information
#138087 (or 0x138087) is known color: Teal. HEX triplet: 13, 80 and 87. RGB value is (19,128,135). Sum of RGB (Red+Green+Blue) = 19+128+135=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #138087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138087 is #EC7F78. Grayscale: #606060. Windows color (decimal): -15499129 or 8880147. OLE color: 8880147.
HSL color Cylindrical-coordinate representation of color #138087: hue angle of 183.62º 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 #138087 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 128 | 135 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.47 |
| HSL | 183.62º | 0.75% | 0.3% | - |
| HSV(B) | 183.62º | 0.86% | 0.53% | - |
| XYZ | 12.36 | 17.33 | 25.61 | - |
| YUV | 96.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 135 | 0.86 | 0.05 | 0 | 0.47 | 183.62 | 0.75 | 0.3 |
| Hex | 13 | 80 | 87 | 56 | 5 | 0 | 2F | B8 | 4B | 1E |
| Octal | 23 | 200 | 207 | 126 | 5 | 0 | 57 | 270 | 113 | 36 |
| Binary | 10011 | 10000000 | 10000111 | 1010110 | 101 | 0 | 101111 | 10111000 | 1001011 | 11110 |
Color Harmonies of #138087
Complementary color
Monochromatic Colors of #138087
Black with #138087
Text Example
Text Example
White with #138087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138087; }
p { color: rgb(19,128,135); }
H1.HeaderClassName
{
color: #138087;
}
.AnyTagClassName
{
color: #138087;
}
</style>
background-color css
<style>
a { background-color: #138087; }
a { background-color: rgb(19,128,135); }
div.DivClassName
{
background-color: #138087;
}
.BgClassName
{
background-color: #138087;
}
</style>
border-color css
<style>
span { border-color: #138087; }
span { border-color: rgb(19,128,135); }
td.TdClassName
{
border-color: #138087;
}
.TagClassName
{
border-color: #138087;
}
</style>