Shades of Teal Blue #134C5A
Tints of Teal Blue #134C5A
RGB
CMYK
RGB Variations
Color information
#134C5A (or 0x134C5A) is known color: Teal Blue. HEX triplet: 13, 4C and 5A. RGB value is (19,76,90). Sum of RGB (Red+Green+Blue) = 19+76+90=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #134C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C5A is #ECB3A5. Grayscale: #3C3C3C. Windows color (decimal): -15512486 or 5917715. OLE color: 5917715.
HSL color Cylindrical-coordinate representation of color #134C5A: hue angle of 191.83º 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 #134C5A is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 76 | 90 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.65 |
| HSL | 191.83º | 0.65% | 0.21% | - |
| HSV(B) | 191.83º | 0.79% | 0.35% | - |
| XYZ | 4.7 | 6.05 | 10.59 | - |
| YUV | 60.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 90 | 0.79 | 0.16 | 0 | 0.65 | 191.83 | 0.65 | 0.21 |
| Hex | 13 | 4C | 5A | 4F | 10 | 0 | 41 | C0 | 41 | 15 |
| Octal | 23 | 114 | 132 | 117 | 20 | 0 | 101 | 300 | 101 | 25 |
| Binary | 10011 | 1001100 | 1011010 | 1001111 | 10000 | 0 | 1000001 | 11000000 | 1000001 | 10101 |
Color Harmonies of #134C5A
Complementary color
Monochromatic Colors of #134C5A
Black with #134C5A
Text Example
Text Example
White with #134C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C5A; }
p { color: rgb(19,76,90); }
H1.HeaderClassName
{
color: #134C5A;
}
.AnyTagClassName
{
color: #134C5A;
}
</style>
background-color css
<style>
a { background-color: #134C5A; }
a { background-color: rgb(19,76,90); }
div.DivClassName
{
background-color: #134C5A;
}
.BgClassName
{
background-color: #134C5A;
}
</style>
border-color css
<style>
span { border-color: #134C5A; }
span { border-color: rgb(19,76,90); }
td.TdClassName
{
border-color: #134C5A;
}
.TagClassName
{
border-color: #134C5A;
}
</style>