Html Css Color HEX #134941 Deep Teal

📋 copy color: '#134941'

red 19 ◦ green 73 ◦ blue 65

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

Shades of Deep Teal #134941

Tints of Deep Teal #134941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.5%

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

R = 12.1%
G = 46.5%
B = 41.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#134941 (or 0x134941) is known color: Deep Teal. HEX triplet: 13, 49 and 41. RGB value is (19,73,65). Sum of RGB (Red+Green+Blue) = 19+73+65=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #134941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134941 is #ECB6BE. Grayscale: #373737. Windows color (decimal): -15513279 or 4278547. OLE color: 4278547.

HSL color Cylindrical-coordinate representation of color #134941: hue angle of 171.11º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134941 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 65 -
CMYK 0.74 0 0.11 0.71
HSL 171.11º 0.59% 0.18% -
HSV(B) 171.11º 0.74% 0.29% -
XYZ 3.61 5.29 5.83 -
YUV 55.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 19 73 65 0.74 0 0.11 0.71 171.11 0.59 0.18
Hex 13 49 41 4A 0 B 47 AB 3B 12
Octal 23 111 101 112 0 13 107 253 73 22
Binary 10011 1001001 1000001 1001010 0 1011 1000111 10101011 111011 10010

Color Harmonies of #134941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134941

Black with #134941

Text Example


Text Example

White with #134941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134941; }

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

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

background-color css

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

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

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

border-color css

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

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

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