Shades of Deep Teal #134B41
Tints of Deep Teal #134B41
RGB
CMYK
RGB Variations
Color information
#134B41 (or 0x134B41) is known color: Deep Teal. HEX triplet: 13, 4B and 41. RGB value is (19,75,65). Sum of RGB (Red+Green+Blue) = 19+75+65=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #134B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B41 is #ECB4BE. Grayscale: #393939. Windows color (decimal): -15512767 or 4279059. OLE color: 4279059.
HSL color Cylindrical-coordinate representation of color #134B41: hue angle of 169.29º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B41 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 75 | 65 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.71 |
| HSL | 169.29º | 0.6% | 0.18% | - |
| HSV(B) | 169.29º | 0.75% | 0.29% | - |
| XYZ | 3.74 | 5.55 | 5.88 | - |
| YUV | 57.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 65 | 0.75 | 0 | 0.13 | 0.71 | 169.29 | 0.6 | 0.18 |
| Hex | 13 | 4B | 41 | 4B | 0 | D | 47 | A9 | 3C | 12 |
| Octal | 23 | 113 | 101 | 113 | 0 | 15 | 107 | 251 | 74 | 22 |
| Binary | 10011 | 1001011 | 1000001 | 1001011 | 0 | 1101 | 1000111 | 10101001 | 111100 | 10010 |
Color Harmonies of #134B41
Complementary color
Monochromatic Colors of #134B41
Black with #134B41
Text Example
Text Example
White with #134B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B41; }
p { color: rgb(19,75,65); }
H1.HeaderClassName
{
color: #134B41;
}
.AnyTagClassName
{
color: #134B41;
}
</style>
background-color css
<style>
a { background-color: #134B41; }
a { background-color: rgb(19,75,65); }
div.DivClassName
{
background-color: #134B41;
}
.BgClassName
{
background-color: #134B41;
}
</style>
border-color css
<style>
span { border-color: #134B41; }
span { border-color: rgb(19,75,65); }
td.TdClassName
{
border-color: #134B41;
}
.TagClassName
{
border-color: #134B41;
}
</style>