Shades of Deep Teal #134E44
Tints of Deep Teal #134E44
RGB
CMYK
RGB Variations
Color information
#134E44 (or 0x134E44) is known color: Deep Teal. HEX triplet: 13, 4E and 44. RGB value is (19,78,68). Sum of RGB (Red+Green+Blue) = 19+78+68=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #134E44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E44 is #ECB1BB. Grayscale: #3B3B3B. Windows color (decimal): -15511996 or 4476435. OLE color: 4476435.
HSL color Cylindrical-coordinate representation of color #134E44: hue angle of 169.83º 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 #134E44 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 68 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.69 |
| HSL | 169.83º | 0.61% | 0.19% | - |
| HSV(B) | 169.83º | 0.76% | 0.31% | - |
| XYZ | 4.04 | 6 | 6.42 | - |
| YUV | 59.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 68 | 0.76 | 0 | 0.13 | 0.69 | 169.83 | 0.61 | 0.19 |
| Hex | 13 | 4E | 44 | 4C | 0 | D | 45 | AA | 3D | 13 |
| Octal | 23 | 116 | 104 | 114 | 0 | 15 | 105 | 252 | 75 | 23 |
| Binary | 10011 | 1001110 | 1000100 | 1001100 | 0 | 1101 | 1000101 | 10101010 | 111101 | 10011 |
Color Harmonies of #134E44
Complementary color
Monochromatic Colors of #134E44
Black with #134E44
Text Example
Text Example
White with #134E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E44; }
p { color: rgb(19,78,68); }
H1.HeaderClassName
{
color: #134E44;
}
.AnyTagClassName
{
color: #134E44;
}
</style>
background-color css
<style>
a { background-color: #134E44; }
a { background-color: rgb(19,78,68); }
div.DivClassName
{
background-color: #134E44;
}
.BgClassName
{
background-color: #134E44;
}
</style>
border-color css
<style>
span { border-color: #134E44; }
span { border-color: rgb(19,78,68); }
td.TdClassName
{
border-color: #134E44;
}
.TagClassName
{
border-color: #134E44;
}
</style>