Shades of Deep Teal #134E42
Tints of Deep Teal #134E42
RGB
CMYK
RGB Variations
Color information
#134E42 (or 0x134E42) is known color: Deep Teal. HEX triplet: 13, 4E and 42. RGB value is (19,78,66). Sum of RGB (Red+Green+Blue) = 19+78+66=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #134E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E42 is #ECB1BD. Grayscale: #3A3A3A. Windows color (decimal): -15511998 or 4345363. OLE color: 4345363.
HSL color Cylindrical-coordinate representation of color #134E42: hue angle of 167.8º 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 #134E42 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 66 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.69 |
| HSL | 167.8º | 0.61% | 0.19% | - |
| HSV(B) | 167.8º | 0.76% | 0.31% | - |
| XYZ | 3.98 | 5.98 | 6.1 | - |
| YUV | 58.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 66 | 0.76 | 0 | 0.15 | 0.69 | 167.8 | 0.61 | 0.19 |
| Hex | 13 | 4E | 42 | 4C | 0 | F | 45 | A8 | 3D | 13 |
| Octal | 23 | 116 | 102 | 114 | 0 | 17 | 105 | 250 | 75 | 23 |
| Binary | 10011 | 1001110 | 1000010 | 1001100 | 0 | 1111 | 1000101 | 10101000 | 111101 | 10011 |
Color Harmonies of #134E42
Complementary color
Monochromatic Colors of #134E42
Black with #134E42
Text Example
Text Example
White with #134E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E42; }
p { color: rgb(19,78,66); }
H1.HeaderClassName
{
color: #134E42;
}
.AnyTagClassName
{
color: #134E42;
}
</style>
background-color css
<style>
a { background-color: #134E42; }
a { background-color: rgb(19,78,66); }
div.DivClassName
{
background-color: #134E42;
}
.BgClassName
{
background-color: #134E42;
}
</style>
border-color css
<style>
span { border-color: #134E42; }
span { border-color: rgb(19,78,66); }
td.TdClassName
{
border-color: #134E42;
}
.TagClassName
{
border-color: #134E42;
}
</style>