Shades of Teal Blue #134653
Tints of Teal Blue #134653
RGB
CMYK
RGB Variations
Color information
#134653 (or 0x134653) is known color: Teal Blue. HEX triplet: 13, 46 and 53. RGB value is (19,70,83). Sum of RGB (Red+Green+Blue) = 19+70+83=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #134653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134653 is #ECB9AC. Grayscale: #383838. Windows color (decimal): -15514029 or 5457427. OLE color: 5457427.
HSL color Cylindrical-coordinate representation of color #134653: hue angle of 192.19º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134653 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 70 | 83 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.67 |
| HSL | 192.19º | 0.63% | 0.2% | - |
| HSV(B) | 192.19º | 0.77% | 0.33% | - |
| XYZ | 4.02 | 5.14 | 8.96 | - |
| YUV | 56.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 83 | 0.77 | 0.16 | 0 | 0.67 | 192.19 | 0.63 | 0.2 |
| Hex | 13 | 46 | 53 | 4D | 10 | 0 | 43 | C0 | 3F | 14 |
| Octal | 23 | 106 | 123 | 115 | 20 | 0 | 103 | 300 | 77 | 24 |
| Binary | 10011 | 1000110 | 1010011 | 1001101 | 10000 | 0 | 1000011 | 11000000 | 111111 | 10100 |
Color Harmonies of #134653
Complementary color
Monochromatic Colors of #134653
Black with #134653
Text Example
Text Example
White with #134653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134653; }
p { color: rgb(19,70,83); }
H1.HeaderClassName
{
color: #134653;
}
.AnyTagClassName
{
color: #134653;
}
</style>
background-color css
<style>
a { background-color: #134653; }
a { background-color: rgb(19,70,83); }
div.DivClassName
{
background-color: #134653;
}
.BgClassName
{
background-color: #134653;
}
</style>
border-color css
<style>
span { border-color: #134653; }
span { border-color: rgb(19,70,83); }
td.TdClassName
{
border-color: #134653;
}
.TagClassName
{
border-color: #134653;
}
</style>