Shades of Teal #138781
Tints of Teal #138781
RGB
CMYK
RGB Variations
Color information
#138781 (or 0x138781) is known color: Teal. HEX triplet: 13, 87 and 81. RGB value is (19,135,129). Sum of RGB (Red+Green+Blue) = 19+135+129=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #138781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138781 is #EC787E. Grayscale: #636363. Windows color (decimal): -15497343 or 8488723. OLE color: 8488723.
HSL color Cylindrical-coordinate representation of color #138781: hue angle of 176.9º 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 #138781 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 129 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.47 |
| HSL | 176.9º | 0.75% | 0.3% | - |
| HSV(B) | 176.9º | 0.86% | 0.53% | - |
| XYZ | 12.89 | 19.05 | 23.77 | - |
| YUV | 99.63 | 144.57 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 129 | 0.86 | 0 | 0.04 | 0.47 | 176.9 | 0.75 | 0.3 |
| Hex | 13 | 87 | 81 | 56 | 0 | 4 | 2F | B1 | 4B | 1E |
| Octal | 23 | 207 | 201 | 126 | 0 | 4 | 57 | 261 | 113 | 36 |
| Binary | 10011 | 10000111 | 10000001 | 1010110 | 0 | 100 | 101111 | 10110001 | 1001011 | 11110 |
Color Harmonies of #138781
Complementary color
Monochromatic Colors of #138781
Black with #138781
Text Example
Text Example
White with #138781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138781; }
p { color: rgb(19,135,129); }
H1.HeaderClassName
{
color: #138781;
}
.AnyTagClassName
{
color: #138781;
}
</style>
background-color css
<style>
a { background-color: #138781; }
a { background-color: rgb(19,135,129); }
div.DivClassName
{
background-color: #138781;
}
.BgClassName
{
background-color: #138781;
}
</style>
border-color css
<style>
span { border-color: #138781; }
span { border-color: rgb(19,135,129); }
td.TdClassName
{
border-color: #138781;
}
.TagClassName
{
border-color: #138781;
}
</style>