#134C3F

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

Shades of Deep Teal #134C3F

Tints of Deep Teal #134C3F

Color information

#134C3F (or 0x134C3F) is unknown color: approx Deep Teal. HEX triplet: 13, 4C and 3F. RGB value is (19,76,63). Sum of RGB (Red+Green+Blue) = 19+76+63=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #134C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C3F is #ECB3C0. Grayscale: #393939. Windows color (decimal): -15512513 or 4148243. OLE color: 4148243.

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

Color convert

RGB197663-
CMYK0.7500.170.70
HSL166.32º60%18.63%-
HSV(B)166.32º75%29.8%-
XYZ3.755.675.6-
YUV57.47131.12100.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 76 (30.08% from 255) = 48.10%
BLUE value IS 63 (25% from 255) = 39.87%
R=12.03%
G=48.10%
B=39.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976630.7500.170.70166.326018.63
Hex134C3F4B01146a63c13
Octal23114771130211062467423
Binary100111001100111111100101101000110001101010011011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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