Shades of Teal #13867A
Tints of Teal #13867A
RGB
CMYK
RGB Variations
Color information
#13867A (or 0x13867A) is known color: Teal. HEX triplet: 13, 86 and 7A. RGB value is (19,134,122). Sum of RGB (Red+Green+Blue) = 19+134+122=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #13867A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13867A is #EC7985. Grayscale: #626262. Windows color (decimal): -15497606 or 8029715. OLE color: 8029715.
HSL color Cylindrical-coordinate representation of color #13867A: hue angle of 173.74º 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 #13867A is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 122 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.47 |
| HSL | 173.74º | 0.75% | 0.3% | - |
| HSV(B) | 173.74º | 0.86% | 0.53% | - |
| XYZ | 12.31 | 18.59 | 21.35 | - |
| YUV | 98.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 122 | 0.86 | 0 | 0.09 | 0.47 | 173.74 | 0.75 | 0.3 |
| Hex | 13 | 86 | 7A | 56 | 0 | 9 | 2F | AE | 4B | 1E |
| Octal | 23 | 206 | 172 | 126 | 0 | 11 | 57 | 256 | 113 | 36 |
| Binary | 10011 | 10000110 | 1111010 | 1010110 | 0 | 1001 | 101111 | 10101110 | 1001011 | 11110 |
Color Harmonies of #13867A
Complementary color
Monochromatic Colors of #13867A
Black with #13867A
Text Example
Text Example
White with #13867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13867A; }
p { color: rgb(19,134,122); }
H1.HeaderClassName
{
color: #13867A;
}
.AnyTagClassName
{
color: #13867A;
}
</style>
background-color css
<style>
a { background-color: #13867A; }
a { background-color: rgb(19,134,122); }
div.DivClassName
{
background-color: #13867A;
}
.BgClassName
{
background-color: #13867A;
}
</style>
border-color css
<style>
span { border-color: #13867A; }
span { border-color: rgb(19,134,122); }
td.TdClassName
{
border-color: #13867A;
}
.TagClassName
{
border-color: #13867A;
}
</style>