#134A54

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

Shades of Teal Blue #134A54

Tints of Teal Blue #134A54

Color information

#134A54 (or 0x134A54) is unknown color: approx Teal Blue. HEX triplet: 13, 4A and 54. RGB value is (19,74,84). Sum of RGB (Red+Green+Blue) = 19+74+84=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #134A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A54 is #ECB5AB. Grayscale: #3A3A3A. Windows color (decimal): -15513004 or 5523987. OLE color: 5523987.

HSL color Cylindrical-coordinate representation of color #134A54: hue angle of 189.23º 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 #134A54 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB197484-
CMYK0.770.1200.67
HSL189.23º63.11%20.2%-
HSV(B)189.23º77.38%32.94%-
XYZ4.325.689.26-
YUV58.69142.2899.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.73%
GREEN value IS 74 (29.30% from 255) = 41.81%
BLUE value IS 84 (33.20% from 255) = 47.46%
R=10.73%
G=41.81%
B=47.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1974840.770.1200.67189.2363.1120.2
Hex134A544DC043bd3f14
Octal231121241151401032757724
Binary100111001010101010010011011100010000111011110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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