Shades of Teal Blue #134E5B
Tints of Teal Blue #134E5B
RGB
CMYK
RGB Variations
Color information
#134E5B (or 0x134E5B) is known color: Teal Blue. HEX triplet: 13, 4E and 5B. RGB value is (19,78,91). Sum of RGB (Red+Green+Blue) = 19+78+91=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #134E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E5B is #ECB1A4. Grayscale: #3D3D3D. Windows color (decimal): -15511973 or 5983763. OLE color: 5983763.
HSL color Cylindrical-coordinate representation of color #134E5B: hue angle of 190.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134E5B is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 78 | 91 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.64 |
| HSL | 190.83º | 0.65% | 0.22% | - |
| HSV(B) | 190.83º | 0.79% | 0.36% | - |
| XYZ | 4.88 | 6.34 | 10.86 | - |
| YUV | 61.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 91 | 0.79 | 0.14 | 0 | 0.64 | 190.83 | 0.65 | 0.22 |
| Hex | 13 | 4E | 5B | 4F | E | 0 | 40 | BF | 41 | 16 |
| Octal | 23 | 116 | 133 | 117 | 16 | 0 | 100 | 277 | 101 | 26 |
| Binary | 10011 | 1001110 | 1011011 | 1001111 | 1110 | 0 | 1000000 | 10111111 | 1000001 | 10110 |
Color Harmonies of #134E5B
Complementary color
Monochromatic Colors of #134E5B
Black with #134E5B
Text Example
Text Example
White with #134E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E5B; }
p { color: rgb(19,78,91); }
H1.HeaderClassName
{
color: #134E5B;
}
.AnyTagClassName
{
color: #134E5B;
}
</style>
background-color css
<style>
a { background-color: #134E5B; }
a { background-color: rgb(19,78,91); }
div.DivClassName
{
background-color: #134E5B;
}
.BgClassName
{
background-color: #134E5B;
}
</style>
border-color css
<style>
span { border-color: #134E5B; }
span { border-color: rgb(19,78,91); }
td.TdClassName
{
border-color: #134E5B;
}
.TagClassName
{
border-color: #134E5B;
}
</style>