#134C3C

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

Shades of Deep Teal #134C3C

Tints of Deep Teal #134C3C

Color information

#134C3C (or 0x134C3C) is unknown color: approx Deep Teal. HEX triplet: 13, 4C and 3C. RGB value is (19,76,60). Sum of RGB (Red+Green+Blue) = 19+76+60=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #134C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C3C is #ECB3C3. Grayscale: #393939. Windows color (decimal): -15512516 or 3951635. OLE color: 3951635.

HSL color Cylindrical-coordinate representation of color #134C3C: hue angle of 163.16º 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 #134C3C is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB197660-
CMYK0.7500.210.70
HSL163.16º60%18.63%-
HSV(B)163.16º75%29.8%-
XYZ3.675.635.17-
YUV57.13129.62100.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 76 (30.08% from 255) = 49.03%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=12.26%
G=49.03%
B=38.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976600.7500.210.70163.166018.63
Hex134C3C4B01546a33c13
Octal23114741130251062437423
Binary100111001100111100100101101010110001101010001111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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