#134E59

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

Shades of Teal Blue #134E59

Tints of Teal Blue #134E59

Color information

#134E59 (or 0x134E59) is unknown color: approx Teal Blue. HEX triplet: 13, 4E and 59. RGB value is (19,78,89). Sum of RGB (Red+Green+Blue) = 19+78+89=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #134E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E59 is #ECB1A6. Grayscale: #3D3D3D. Windows color (decimal): -15511975 or 5852691. OLE color: 5852691.

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

Color convert

RGB197889-
CMYK0.790.1200.65
HSL189.43º64.81%21.18%-
HSV(B)189.43º78.65%34.9%-
XYZ4.86.3110.42-
YUV61.61143.4597.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=10.22%
G=41.94%
B=47.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1978890.790.1200.65189.4364.8121.18
Hex134E594FC041bd4115
Octal2311613111714010127510125
Binary1001110011101011001100111111000100000110111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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