Shades of Deep Teal #134E40
Tints of Deep Teal #134E40
RGB
CMYK
RGB Variations
Color information
#134E40 (or 0x134E40) is known color: Deep Teal. HEX triplet: 13, 4E and 40. RGB value is (19,78,64). Sum of RGB (Red+Green+Blue) = 19+78+64=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #134E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E40 is #ECB1BF. Grayscale: #3A3A3A. Windows color (decimal): -15512000 or 4214291. OLE color: 4214291.
HSL color Cylindrical-coordinate representation of color #134E40: hue angle of 165.76º 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 #134E40 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 64 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.69 |
| HSL | 165.76º | 0.61% | 0.19% | - |
| HSV(B) | 165.76º | 0.76% | 0.31% | - |
| XYZ | 3.92 | 5.96 | 5.79 | - |
| YUV | 58.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 64 | 0.76 | 0 | 0.18 | 0.69 | 165.76 | 0.61 | 0.19 |
| Hex | 13 | 4E | 40 | 4C | 0 | 12 | 45 | A6 | 3D | 13 |
| Octal | 23 | 116 | 100 | 114 | 0 | 22 | 105 | 246 | 75 | 23 |
| Binary | 10011 | 1001110 | 1000000 | 1001100 | 0 | 10010 | 1000101 | 10100110 | 111101 | 10011 |
Color Harmonies of #134E40
Complementary color
Monochromatic Colors of #134E40
Black with #134E40
Text Example
Text Example
White with #134E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E40; }
p { color: rgb(19,78,64); }
H1.HeaderClassName
{
color: #134E40;
}
.AnyTagClassName
{
color: #134E40;
}
</style>
background-color css
<style>
a { background-color: #134E40; }
a { background-color: rgb(19,78,64); }
div.DivClassName
{
background-color: #134E40;
}
.BgClassName
{
background-color: #134E40;
}
</style>
border-color css
<style>
span { border-color: #134E40; }
span { border-color: rgb(19,78,64); }
td.TdClassName
{
border-color: #134E40;
}
.TagClassName
{
border-color: #134E40;
}
</style>