Shades of Teal #13837B
Tints of Teal #13837B
RGB
CMYK
RGB Variations
Color information
#13837B (or 0x13837B) is known color: Teal. HEX triplet: 13, 83 and 7B. RGB value is (19,131,123). Sum of RGB (Red+Green+Blue) = 19+131+123=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #13837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13837B is #EC7C84. Grayscale: #606060. Windows color (decimal): -15498373 or 8094483. OLE color: 8094483.
HSL color Cylindrical-coordinate representation of color #13837B: hue angle of 175.71º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13837B is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 131 | 123 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.49 |
| HSL | 175.71º | 0.75% | 0.29% | - |
| HSV(B) | 175.71º | 0.85% | 0.51% | - |
| XYZ | 11.96 | 17.8 | 21.54 | - |
| YUV | 96.6 | 142.89 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 123 | 0.85 | 0 | 0.06 | 0.49 | 175.71 | 0.75 | 0.29 |
| Hex | 13 | 83 | 7B | 55 | 0 | 6 | 31 | B0 | 4B | 1D |
| Octal | 23 | 203 | 173 | 125 | 0 | 6 | 61 | 260 | 113 | 35 |
| Binary | 10011 | 10000011 | 1111011 | 1010101 | 0 | 110 | 110001 | 10110000 | 1001011 | 11101 |
Color Harmonies of #13837B
Complementary color
Monochromatic Colors of #13837B
Black with #13837B
Text Example
Text Example
White with #13837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13837B; }
p { color: rgb(19,131,123); }
H1.HeaderClassName
{
color: #13837B;
}
.AnyTagClassName
{
color: #13837B;
}
</style>
background-color css
<style>
a { background-color: #13837B; }
a { background-color: rgb(19,131,123); }
div.DivClassName
{
background-color: #13837B;
}
.BgClassName
{
background-color: #13837B;
}
</style>
border-color css
<style>
span { border-color: #13837B; }
span { border-color: rgb(19,131,123); }
td.TdClassName
{
border-color: #13837B;
}
.TagClassName
{
border-color: #13837B;
}
</style>