Shades of Teal Blue #134D5C
Tints of Teal Blue #134D5C
RGB
CMYK
RGB Variations
Color information
#134D5C (or 0x134D5C) is known color: Teal Blue. HEX triplet: 13, 4D and 5C. RGB value is (19,77,92). Sum of RGB (Red+Green+Blue) = 19+77+92=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #134D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D5C is #ECB2A3. Grayscale: #3D3D3D. Windows color (decimal): -15512228 or 6049043. OLE color: 6049043.
HSL color Cylindrical-coordinate representation of color #134D5C: hue angle of 192.33º degrees, saturation: 0.66, 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 #134D5C is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 77 | 92 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.64 |
| HSL | 192.33º | 0.66% | 0.22% | - |
| HSV(B) | 192.33º | 0.79% | 0.36% | - |
| XYZ | 4.85 | 6.22 | 11.07 | - |
| YUV | 61.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 92 | 0.79 | 0.16 | 0 | 0.64 | 192.33 | 0.66 | 0.22 |
| Hex | 13 | 4D | 5C | 4F | 10 | 0 | 40 | C0 | 42 | 16 |
| Octal | 23 | 115 | 134 | 117 | 20 | 0 | 100 | 300 | 102 | 26 |
| Binary | 10011 | 1001101 | 1011100 | 1001111 | 10000 | 0 | 1000000 | 11000000 | 1000010 | 10110 |
Color Harmonies of #134D5C
Complementary color
Monochromatic Colors of #134D5C
Black with #134D5C
Text Example
Text Example
White with #134D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D5C; }
p { color: rgb(19,77,92); }
H1.HeaderClassName
{
color: #134D5C;
}
.AnyTagClassName
{
color: #134D5C;
}
</style>
background-color css
<style>
a { background-color: #134D5C; }
a { background-color: rgb(19,77,92); }
div.DivClassName
{
background-color: #134D5C;
}
.BgClassName
{
background-color: #134D5C;
}
</style>
border-color css
<style>
span { border-color: #134D5C; }
span { border-color: rgb(19,77,92); }
td.TdClassName
{
border-color: #134D5C;
}
.TagClassName
{
border-color: #134D5C;
}
</style>