Html Css Color HEX #134740 Deep Teal

📋 copy color: '#134740'

red 19 ◦ green 71 ◦ blue 64

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

Shades of Deep Teal #134740

Tints of Deep Teal #134740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.1%

 BLUE value IS 64 (25.39% from 255) = 41.56%

R = 12.34%
G = 46.1%
B = 41.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#134740 (or 0x134740) is known color: Deep Teal. HEX triplet: 13, 47 and 40. RGB value is (19,71,64). Sum of RGB (Red+Green+Blue) = 19+71+64=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #134740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134740 is #ECB8BF. Grayscale: #363636. Windows color (decimal): -15513792 or 4212499. OLE color: 4212499.

HSL color Cylindrical-coordinate representation of color #134740: hue angle of 171.92º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134740 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 64 -
CMYK 0.73 0 0.10 0.72
HSL 171.92º 0.58% 0.18% -
HSV(B) 171.92º 0.73% 0.28% -
XYZ 3.45 5.02 5.64 -
YUV 54.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 19 71 64 0.73 0 0.10 0.72 171.92 0.58 0.18
Hex 13 47 40 49 0 A 48 AC 3A 12
Octal 23 107 100 111 0 12 110 254 72 22
Binary 10011 1000111 1000000 1001001 0 1010 1001000 10101100 111010 10010

Color Harmonies of #134740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134740

Black with #134740

Text Example


Text Example

White with #134740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134740; }

 p { color: rgb(19,71,64); }

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

background-color css

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

 a { background-color: rgb(19,71,64); }

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

border-color css

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

 span { border-color: rgb(19,71,64); }

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