#134C59

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

Shades of Teal Blue #134C59

Tints of Teal Blue #134C59

Color information

#134C59 (or 0x134C59) is unknown color: approx Teal Blue. HEX triplet: 13, 4C and 59. RGB value is (19,76,89). Sum of RGB (Red+Green+Blue) = 19+76+89=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #134C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C59 is #ECB3A6. Grayscale: #3C3C3C. Windows color (decimal): -15512487 or 5852179. OLE color: 5852179.

HSL color Cylindrical-coordinate representation of color #134C59: hue angle of 191.14º 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 #134C59 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB197689-
CMYK0.790.1500.65
HSL191.14º64.81%21.18%-
HSV(B)191.14º78.65%34.9%-
XYZ4.666.0310.37-
YUV60.44144.1298.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 89 (35.16% from 255) = 48.37%
R=10.33%
G=41.30%
B=48.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1976890.790.1500.65191.1464.8121.18
Hex134C594FF041bf4115
Octal2311413111717010127710125
Binary1001110011001011001100111111110100000110111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,76,89); }

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

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

 a { background-color: rgb(19,76,89); }

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

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

 span { border-color: rgb(19,76,89); }

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