#134E40

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

Shades of Deep Teal #134E40

Tints of Deep Teal #134E40

Color information

#134E40 (or 0x134E40) is unknown color: approx Deep Teal. HEX triplet: 13, 4E and 40. RGB value is (19,78,64). Sum of RGB (Red+Green+Blue) = 19+78+64=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #134E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E40 is #ECB1BF. Grayscale: #3A3A3A. Windows color (decimal): -15512000 or 4214291. OLE color: 4214291.

HSL color Cylindrical-coordinate representation of color #134E40: hue angle of 165.76º 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 #134E40 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB197864-
CMYK0.7600.180.69
HSL165.76º60.82%19.02%-
HSV(B)165.76º75.64%30.59%-
XYZ3.925.965.79-
YUV58.76130.9599.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 78 (30.86% from 255) = 48.45%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=11.80%
G=48.45%
B=39.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1978640.7600.180.69165.7660.8219.02
Hex134E404C01245a63d13
Octal231161001140221052467523
Binary1001110011101000000100110001001010001011010011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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