Html Css Color HEX #134D3E Deep Teal

📋 copy color: '#134D3E'

red 19 ◦ green 77 ◦ blue 62

#134D3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #134D3E

Tints of Deep Teal #134D3E

RGB

 RED value IS 19 (7.81% from 255) = 12.03%

 GREEN value IS 77 (30.47% from 255) = 48.73%

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 12.03%
G = 48.73%
B = 39.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#134D3E (or 0x134D3E) is known color: Deep Teal. HEX triplet: 13, 4D and 3E. RGB value is (19,77,62). Sum of RGB (Red+Green+Blue) = 19+77+62=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #134D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D3E is #ECB2C1. Grayscale: #393939. Windows color (decimal): -15512258 or 4082963. OLE color: 4082963.

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

Color convert

RGB 19 77 62 -
CMYK 0.75 0 0.19 0.70
HSL 164.48º 0.6% 0.19% -
HSV(B) 164.48º 0.75% 0.3% -
XYZ 3.79 5.79 5.48 -
YUV 57.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 19 77 62 0.75 0 0.19 0.70 164.48 0.6 0.19
Hex 13 4D 3E 4B 0 13 46 A4 3C 13
Octal 23 115 76 113 0 23 106 244 74 23
Binary 10011 1001101 111110 1001011 0 10011 1000110 10100100 111100 10011

Color Harmonies of #134D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D3E

Black with #134D3E

Text Example


Text Example

White with #134D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,77,62); }

 H1.HeaderClassName
 {
   color: #134D3E;
 }
 .AnyTagClassName
 {
   color: #134D3E;
 }
</style>

background-color css

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

 a { background-color: rgb(19,77,62); }

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

border-color css

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

 span { border-color: rgb(19,77,62); }

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