Shades of Teal Blue #134D59
Tints of Teal Blue #134D59
RGB
CMYK
RGB Variations
Color information
#134D59 (or 0x134D59) is known color: Teal Blue. HEX triplet: 13, 4D and 59. RGB value is (19,77,89). Sum of RGB (Red+Green+Blue) = 19+77+89=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #134D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D59 is #ECB2A6. Grayscale: #3C3C3C. Windows color (decimal): -15512231 or 5852435. OLE color: 5852435.
HSL color Cylindrical-coordinate representation of color #134D59: hue angle of 190.29º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134D59 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 77 | 89 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.65 |
| HSL | 190.29º | 0.65% | 0.21% | - |
| HSV(B) | 190.29º | 0.79% | 0.35% | - |
| XYZ | 4.73 | 6.17 | 10.39 | - |
| YUV | 61.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 89 | 0.79 | 0.13 | 0 | 0.65 | 190.29 | 0.65 | 0.21 |
| Hex | 13 | 4D | 59 | 4F | D | 0 | 41 | BE | 41 | 15 |
| Octal | 23 | 115 | 131 | 117 | 15 | 0 | 101 | 276 | 101 | 25 |
| Binary | 10011 | 1001101 | 1011001 | 1001111 | 1101 | 0 | 1000001 | 10111110 | 1000001 | 10101 |
Color Harmonies of #134D59
Complementary color
Monochromatic Colors of #134D59
Black with #134D59
Text Example
Text Example
White with #134D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D59; }
p { color: rgb(19,77,89); }
H1.HeaderClassName
{
color: #134D59;
}
.AnyTagClassName
{
color: #134D59;
}
</style>
background-color css
<style>
a { background-color: #134D59; }
a { background-color: rgb(19,77,89); }
div.DivClassName
{
background-color: #134D59;
}
.BgClassName
{
background-color: #134D59;
}
</style>
border-color css
<style>
span { border-color: #134D59; }
span { border-color: rgb(19,77,89); }
td.TdClassName
{
border-color: #134D59;
}
.TagClassName
{
border-color: #134D59;
}
</style>