Shades of Teal Blue #134C5B
Tints of Teal Blue #134C5B
RGB
CMYK
RGB Variations
Color information
#134C5B (or 0x134C5B) is known color: Teal Blue. HEX triplet: 13, 4C and 5B. RGB value is (19,76,91). Sum of RGB (Red+Green+Blue) = 19+76+91=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #134C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C5B is #ECB3A4. Grayscale: #3C3C3C. Windows color (decimal): -15512485 or 5983251. OLE color: 5983251.
HSL color Cylindrical-coordinate representation of color #134C5B: hue angle of 192.5º 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 #134C5B is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 76 | 91 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.64 |
| HSL | 192.5º | 0.65% | 0.22% | - |
| HSV(B) | 192.5º | 0.79% | 0.36% | - |
| XYZ | 4.74 | 6.06 | 10.82 | - |
| YUV | 60.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 91 | 0.79 | 0.16 | 0 | 0.64 | 192.5 | 0.65 | 0.22 |
| Hex | 13 | 4C | 5B | 4F | 10 | 0 | 40 | C0 | 41 | 16 |
| Octal | 23 | 114 | 133 | 117 | 20 | 0 | 100 | 300 | 101 | 26 |
| Binary | 10011 | 1001100 | 1011011 | 1001111 | 10000 | 0 | 1000000 | 11000000 | 1000001 | 10110 |
Color Harmonies of #134C5B
Complementary color
Monochromatic Colors of #134C5B
Black with #134C5B
Text Example
Text Example
White with #134C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C5B; }
p { color: rgb(19,76,91); }
H1.HeaderClassName
{
color: #134C5B;
}
.AnyTagClassName
{
color: #134C5B;
}
</style>
background-color css
<style>
a { background-color: #134C5B; }
a { background-color: rgb(19,76,91); }
div.DivClassName
{
background-color: #134C5B;
}
.BgClassName
{
background-color: #134C5B;
}
</style>
border-color css
<style>
span { border-color: #134C5B; }
span { border-color: rgb(19,76,91); }
td.TdClassName
{
border-color: #134C5B;
}
.TagClassName
{
border-color: #134C5B;
}
</style>