Shades of Teal #13857E
Tints of Teal #13857E
RGB
CMYK
RGB Variations
Color information
#13857E (or 0x13857E) is known color: Teal. HEX triplet: 13, 85 and 7E. RGB value is (19,133,126). Sum of RGB (Red+Green+Blue) = 19+133+126=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #13857E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13857E is #EC7A81. Grayscale: #626262. Windows color (decimal): -15497858 or 8291603. OLE color: 8291603.
HSL color Cylindrical-coordinate representation of color #13857E: hue angle of 176.32º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13857E is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 126 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.48 |
| HSL | 176.32º | 0.75% | 0.3% | - |
| HSV(B) | 176.32º | 0.86% | 0.52% | - |
| XYZ | 12.42 | 18.42 | 22.64 | - |
| YUV | 98.12 | 143.73 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 126 | 0.86 | 0 | 0.05 | 0.48 | 176.32 | 0.75 | 0.3 |
| Hex | 13 | 85 | 7E | 56 | 0 | 5 | 30 | B0 | 4B | 1E |
| Octal | 23 | 205 | 176 | 126 | 0 | 5 | 60 | 260 | 113 | 36 |
| Binary | 10011 | 10000101 | 1111110 | 1010110 | 0 | 101 | 110000 | 10110000 | 1001011 | 11110 |
Color Harmonies of #13857E
Complementary color
Monochromatic Colors of #13857E
Black with #13857E
Text Example
Text Example
White with #13857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13857E; }
p { color: rgb(19,133,126); }
H1.HeaderClassName
{
color: #13857E;
}
.AnyTagClassName
{
color: #13857E;
}
</style>
background-color css
<style>
a { background-color: #13857E; }
a { background-color: rgb(19,133,126); }
div.DivClassName
{
background-color: #13857E;
}
.BgClassName
{
background-color: #13857E;
}
</style>
border-color css
<style>
span { border-color: #13857E; }
span { border-color: rgb(19,133,126); }
td.TdClassName
{
border-color: #13857E;
}
.TagClassName
{
border-color: #13857E;
}
</style>