Html Css Color HEX #134D41 Deep Teal

📋 copy color: '#134D41'

red 19 ◦ green 77 ◦ blue 65

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

Shades of Deep Teal #134D41

Tints of Deep Teal #134D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.37%

R = 11.8%
G = 47.83%
B = 40.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#134D41 (or 0x134D41) is known color: Deep Teal. HEX triplet: 13, 4D and 41. RGB value is (19,77,65). Sum of RGB (Red+Green+Blue) = 19+77+65=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #134D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D41 is #ECB2BE. Grayscale: #3A3A3A. Windows color (decimal): -15512255 or 4279571. OLE color: 4279571.

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

Color convert

RGB 19 77 65 -
CMYK 0.75 0 0.16 0.70
HSL 167.59º 0.6% 0.19% -
HSV(B) 167.59º 0.75% 0.3% -
XYZ 3.88 5.83 5.92 -
YUV 58.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 19 77 65 0.75 0 0.16 0.70 167.59 0.6 0.19
Hex 13 4D 41 4B 0 10 46 A8 3C 13
Octal 23 115 101 113 0 20 106 250 74 23
Binary 10011 1001101 1000001 1001011 0 10000 1000110 10101000 111100 10011

Color Harmonies of #134D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D41

Black with #134D41

Text Example


Text Example

White with #134D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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