#134A58

Color #134A58 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #134A58

Tints of Teal Blue #134A58

Color information

#134A58 (or 0x134A58) is unknown color: approx Teal Blue. HEX triplet: 13, 4A and 58. RGB value is (19,74,88). Sum of RGB (Red+Green+Blue) = 19+74+88=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #134A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A58 is #ECB5A7. Grayscale: #3B3B3B. Windows color (decimal): -15513000 or 5786131. OLE color: 5786131.

HSL color Cylindrical-coordinate representation of color #134A58: hue angle of 192.17º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134A58 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB197488-
CMYK0.780.1600.65
HSL192.17º64.49%20.98%-
HSV(B)192.17º78.41%34.51%-
XYZ4.485.7410.1-
YUV59.15144.2899.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 74 (29.30% from 255) = 40.88%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=10.50%
G=40.88%
B=48.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1974880.780.1600.65192.1764.4920.98
Hex134A584E10041c04015
Octal2311213011620010130010025
Binary10011100101010110001001110100000100000111000000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134A58; }

 p { color: rgb(19,74,88); }

 H1.HeaderClassName
 {
   color: #134A58;
 }
 .AnyTagClassName
 {
   color: #134A58;
 }
</style>
background-color css

<style>
 a { background-color: #134A58; }

 a { background-color: rgb(19,74,88); }

 div.DivClassName
 {
   background-color: #134A58;
 }
 .BgClassName
 {
   background-color: #134A58;
 }
</style>
border-color css

<style>
 span { border-color: #134A58; }

 span { border-color: rgb(19,74,88); }

 td.TdClassName
 {
   border-color: #134A58;
 }
 .TagClassName
 {
   border-color: #134A58;
 }
</style>