#134E43

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

Shades of Deep Teal #134E43

Tints of Deep Teal #134E43

Color information

#134E43 (or 0x134E43) is unknown color: approx Deep Teal. HEX triplet: 13, 4E and 43. RGB value is (19,78,67). Sum of RGB (Red+Green+Blue) = 19+78+67=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #134E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E43 is #ECB1BC. Grayscale: #3B3B3B. Windows color (decimal): -15511997 or 4410899. OLE color: 4410899.

HSL color Cylindrical-coordinate representation of color #134E43: hue angle of 168.81º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E43 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB197867-
CMYK0.7600.140.69
HSL168.81º60.82%19.02%-
HSV(B)168.81º75.64%30.59%-
XYZ4.015.996.26-
YUV59.1132.4599.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 67 (26.56% from 255) = 40.85%
R=11.59%
G=47.56%
B=40.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1978670.7600.140.69168.8160.8219.02
Hex134E434C0E45a93d13
Octal231161031140161052517523
Binary100111001110100001110011000111010001011010100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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