Shades of Teal Blue #134E59
Tints of Teal Blue #134E59
RGB
CMYK
RGB Variations
Color information
#134E59 (or 0x134E59) is known color: Teal Blue. HEX triplet: 13, 4E and 59. RGB value is (19,78,89). Sum of RGB (Red+Green+Blue) = 19+78+89=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #134E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E59 is #ECB1A6. Grayscale: #3D3D3D. Windows color (decimal): -15511975 or 5852691. OLE color: 5852691.
HSL color Cylindrical-coordinate representation of color #134E59: hue angle of 189.43º 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 #134E59 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 78 | 89 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.65 |
| HSL | 189.43º | 0.65% | 0.21% | - |
| HSV(B) | 189.43º | 0.79% | 0.35% | - |
| XYZ | 4.8 | 6.31 | 10.42 | - |
| YUV | 61.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 89 | 0.79 | 0.12 | 0 | 0.65 | 189.43 | 0.65 | 0.21 |
| Hex | 13 | 4E | 59 | 4F | C | 0 | 41 | BD | 41 | 15 |
| Octal | 23 | 116 | 131 | 117 | 14 | 0 | 101 | 275 | 101 | 25 |
| Binary | 10011 | 1001110 | 1011001 | 1001111 | 1100 | 0 | 1000001 | 10111101 | 1000001 | 10101 |
Color Harmonies of #134E59
Complementary color
Monochromatic Colors of #134E59
Black with #134E59
Text Example
Text Example
White with #134E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E59; }
p { color: rgb(19,78,89); }
H1.HeaderClassName
{
color: #134E59;
}
.AnyTagClassName
{
color: #134E59;
}
</style>
background-color css
<style>
a { background-color: #134E59; }
a { background-color: rgb(19,78,89); }
div.DivClassName
{
background-color: #134E59;
}
.BgClassName
{
background-color: #134E59;
}
</style>
border-color css
<style>
span { border-color: #134E59; }
span { border-color: rgb(19,78,89); }
td.TdClassName
{
border-color: #134E59;
}
.TagClassName
{
border-color: #134E59;
}
</style>