#134C40

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

Shades of Deep Teal #134C40

Tints of Deep Teal #134C40

Color information

#134C40 (or 0x134C40) is unknown color: approx Deep Teal. HEX triplet: 13, 4C and 40. RGB value is (19,76,64). Sum of RGB (Red+Green+Blue) = 19+76+64=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #134C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C40 is #ECB3BF. Grayscale: #393939. Windows color (decimal): -15512512 or 4213779. OLE color: 4213779.

HSL color Cylindrical-coordinate representation of color #134C40: hue angle of 167.37º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C40 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB197664-
CMYK0.7500.160.70
HSL167.37º60%18.63%-
HSV(B)167.37º75%29.8%-
XYZ3.785.685.75-
YUV57.59131.62100.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 76 (30.08% from 255) = 47.80%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=11.95%
G=47.80%
B=40.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976640.7500.160.70167.376018.63
Hex134C404B01046a73c13
Octal231141001130201062477423
Binary1001110011001000000100101101000010001101010011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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