Html Css Color HEX #134B3E Deep Teal

📋 copy color: '#134B3E'

red 19 ◦ green 75 ◦ blue 62

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

Shades of Deep Teal #134B3E

Tints of Deep Teal #134B3E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 48.08%

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

R = 12.18%
G = 48.08%
B = 39.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#134B3E (or 0x134B3E) is known color: Deep Teal. HEX triplet: 13, 4B and 3E. RGB value is (19,75,62). Sum of RGB (Red+Green+Blue) = 19+75+62=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #134B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B3E is #ECB4C1. Grayscale: #383838. Windows color (decimal): -15512770 or 4082451. OLE color: 4082451.

HSL color Cylindrical-coordinate representation of color #134B3E: hue angle of 166.07º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B3E is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 75 62 -
CMYK 0.75 0 0.17 0.71
HSL 166.07º 0.6% 0.18% -
HSV(B) 166.07º 0.75% 0.29% -
XYZ 3.65 5.52 5.43 -
YUV 56.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 19 75 62 0.75 0 0.17 0.71 166.07 0.6 0.18
Hex 13 4B 3E 4B 0 11 47 A6 3C 12
Octal 23 113 76 113 0 21 107 246 74 22
Binary 10011 1001011 111110 1001011 0 10001 1000111 10100110 111100 10010

Color Harmonies of #134B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B3E

Black with #134B3E

Text Example


Text Example

White with #134B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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