Shades of Teal Blue #134C56
Tints of Teal Blue #134C56
RGB
CMYK
RGB Variations
Color information
#134C56 (or 0x134C56) is known color: Teal Blue. HEX triplet: 13, 4C and 56. RGB value is (19,76,86). Sum of RGB (Red+Green+Blue) = 19+76+86=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #134C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C56 is #ECB3A9. Grayscale: #3C3C3C. Windows color (decimal): -15512490 or 5655571. OLE color: 5655571.
HSL color Cylindrical-coordinate representation of color #134C56: hue angle of 188.96º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134C56 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 76 | 86 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.66 |
| HSL | 188.96º | 0.64% | 0.21% | - |
| HSV(B) | 188.96º | 0.78% | 0.34% | - |
| XYZ | 4.53 | 5.98 | 9.72 | - |
| YUV | 60.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 86 | 0.78 | 0.12 | 0 | 0.66 | 188.96 | 0.64 | 0.21 |
| Hex | 13 | 4C | 56 | 4E | C | 0 | 42 | BD | 40 | 15 |
| Octal | 23 | 114 | 126 | 116 | 14 | 0 | 102 | 275 | 100 | 25 |
| Binary | 10011 | 1001100 | 1010110 | 1001110 | 1100 | 0 | 1000010 | 10111101 | 1000000 | 10101 |
Color Harmonies of #134C56
Complementary color
Monochromatic Colors of #134C56
Black with #134C56
Text Example
Text Example
White with #134C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C56; }
p { color: rgb(19,76,86); }
H1.HeaderClassName
{
color: #134C56;
}
.AnyTagClassName
{
color: #134C56;
}
</style>
background-color css
<style>
a { background-color: #134C56; }
a { background-color: rgb(19,76,86); }
div.DivClassName
{
background-color: #134C56;
}
.BgClassName
{
background-color: #134C56;
}
</style>
border-color css
<style>
span { border-color: #134C56; }
span { border-color: rgb(19,76,86); }
td.TdClassName
{
border-color: #134C56;
}
.TagClassName
{
border-color: #134C56;
}
</style>