#134E5B

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

Shades of Teal Blue #134E5B

Tints of Teal Blue #134E5B

Color information

#134E5B (or 0x134E5B) is unknown color: approx Teal Blue. HEX triplet: 13, 4E and 5B. RGB value is (19,78,91). Sum of RGB (Red+Green+Blue) = 19+78+91=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #134E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E5B is #ECB1A4. Grayscale: #3D3D3D. Windows color (decimal): -15511973 or 5983763. OLE color: 5983763.

HSL color Cylindrical-coordinate representation of color #134E5B: hue angle of 190.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134E5B is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB197891-
CMYK0.790.1400.64
HSL190.83º65.45%21.57%-
HSV(B)190.83º79.12%35.69%-
XYZ4.886.3410.86-
YUV61.84144.4597.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 78 (30.86% from 255) = 41.49%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=10.11%
G=41.49%
B=48.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1978910.790.1400.64190.8365.4521.57
Hex134E5B4FE040bf4116
Octal2311613311716010027710126
Binary1001110011101011011100111111100100000010111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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