Shades of Deep Teal #134E3D
Tints of Deep Teal #134E3D
RGB
CMYK
RGB Variations
Color information
#134E3D (or 0x134E3D) is known color: Deep Teal. HEX triplet: 13, 4E and 3D. RGB value is (19,78,61). Sum of RGB (Red+Green+Blue) = 19+78+61=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #134E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E3D is #ECB1C2. Grayscale: #3A3A3A. Windows color (decimal): -15512003 or 4017683. OLE color: 4017683.
HSL color Cylindrical-coordinate representation of color #134E3D: hue angle of 162.71º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E3D is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 61 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.69 |
| HSL | 162.71º | 0.61% | 0.19% | - |
| HSV(B) | 162.71º | 0.76% | 0.31% | - |
| XYZ | 3.84 | 5.92 | 5.36 | - |
| YUV | 58.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 61 | 0.76 | 0 | 0.22 | 0.69 | 162.71 | 0.61 | 0.19 |
| Hex | 13 | 4E | 3D | 4C | 0 | 16 | 45 | A3 | 3D | 13 |
| Octal | 23 | 116 | 75 | 114 | 0 | 26 | 105 | 243 | 75 | 23 |
| Binary | 10011 | 1001110 | 111101 | 1001100 | 0 | 10110 | 1000101 | 10100011 | 111101 | 10011 |
Color Harmonies of #134E3D
Complementary color
Monochromatic Colors of #134E3D
Black with #134E3D
Text Example
Text Example
White with #134E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E3D; }
p { color: rgb(19,78,61); }
H1.HeaderClassName
{
color: #134E3D;
}
.AnyTagClassName
{
color: #134E3D;
}
</style>
background-color css
<style>
a { background-color: #134E3D; }
a { background-color: rgb(19,78,61); }
div.DivClassName
{
background-color: #134E3D;
}
.BgClassName
{
background-color: #134E3D;
}
</style>
border-color css
<style>
span { border-color: #134E3D; }
span { border-color: rgb(19,78,61); }
td.TdClassName
{
border-color: #134E3D;
}
.TagClassName
{
border-color: #134E3D;
}
</style>