Html Css Color HEX #134942 Deep Teal

📋 copy color: '#134942'

red 19 ◦ green 73 ◦ blue 66

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

Shades of Deep Teal #134942

Tints of Deep Teal #134942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 41.77%

R = 12.03%
G = 46.2%
B = 41.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#134942 (or 0x134942) is known color: Deep Teal. HEX triplet: 13, 49 and 42. RGB value is (19,73,66). Sum of RGB (Red+Green+Blue) = 19+73+66=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #134942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134942 is #ECB6BD. Grayscale: #383838. Windows color (decimal): -15513278 or 4344083. OLE color: 4344083.

HSL color Cylindrical-coordinate representation of color #134942: hue angle of 172.22º 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 #134942 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 66 -
CMYK 0.74 0 0.10 0.71
HSL 172.22º 0.59% 0.18% -
HSV(B) 172.22º 0.74% 0.29% -
XYZ 3.63 5.3 5.99 -
YUV 56.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 19 73 66 0.74 0 0.10 0.71 172.22 0.59 0.18
Hex 13 49 42 4A 0 A 47 AC 3B 12
Octal 23 111 102 112 0 12 107 254 73 22
Binary 10011 1001001 1000010 1001010 0 1010 1000111 10101100 111011 10010

Color Harmonies of #134942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134942

Black with #134942

Text Example


Text Example

White with #134942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134942; }

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

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

background-color css

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

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

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

border-color css

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

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

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