Shades of Deep Teal #134E41
Tints of Deep Teal #134E41
RGB
CMYK
RGB Variations
Color information
#134E41 (or 0x134E41) is known color: Deep Teal. HEX triplet: 13, 4E and 41. RGB value is (19,78,65). Sum of RGB (Red+Green+Blue) = 19+78+65=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #134E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E41 is #ECB1BE. Grayscale: #3A3A3A. Windows color (decimal): -15511999 or 4279827. OLE color: 4279827.
HSL color Cylindrical-coordinate representation of color #134E41: hue angle of 166.78º 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 #134E41 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 65 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.69 |
| HSL | 166.78º | 0.61% | 0.19% | - |
| HSV(B) | 166.78º | 0.76% | 0.31% | - |
| XYZ | 3.95 | 5.97 | 5.95 | - |
| YUV | 58.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 65 | 0.76 | 0 | 0.17 | 0.69 | 166.78 | 0.61 | 0.19 |
| Hex | 13 | 4E | 41 | 4C | 0 | 11 | 45 | A7 | 3D | 13 |
| Octal | 23 | 116 | 101 | 114 | 0 | 21 | 105 | 247 | 75 | 23 |
| Binary | 10011 | 1001110 | 1000001 | 1001100 | 0 | 10001 | 1000101 | 10100111 | 111101 | 10011 |
Color Harmonies of #134E41
Complementary color
Monochromatic Colors of #134E41
Black with #134E41
Text Example
Text Example
White with #134E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E41; }
p { color: rgb(19,78,65); }
H1.HeaderClassName
{
color: #134E41;
}
.AnyTagClassName
{
color: #134E41;
}
</style>
background-color css
<style>
a { background-color: #134E41; }
a { background-color: rgb(19,78,65); }
div.DivClassName
{
background-color: #134E41;
}
.BgClassName
{
background-color: #134E41;
}
</style>
border-color css
<style>
span { border-color: #134E41; }
span { border-color: rgb(19,78,65); }
td.TdClassName
{
border-color: #134E41;
}
.TagClassName
{
border-color: #134E41;
}
</style>