Html Css Color HEX #134E3F Deep Teal

📋 copy color: '#134E3F'

red 19 ◦ green 78 ◦ blue 63

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

Shades of Deep Teal #134E3F

Tints of Deep Teal #134E3F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 48.75%

 BLUE value IS 63 (25% from 255) = 39.38%

R = 11.88%
G = 48.75%
B = 39.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#134E3F (or 0x134E3F) is known color: Deep Teal. HEX triplet: 13, 4E and 3F. RGB value is (19,78,63). Sum of RGB (Red+Green+Blue) = 19+78+63=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 78 (30.86% from 255 or 48.75% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 78 - color contains mainly: green. Hex color #134E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E3F is #ECB1C0. Grayscale: #3A3A3A. Windows color (decimal): -15512001 or 4148755. OLE color: 4148755.

HSL color Cylindrical-coordinate representation of color #134E3F: hue angle of 164.75º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E3F is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 78 63 -
CMYK 0.76 0 0.19 0.69
HSL 164.75º 0.61% 0.19% -
HSV(B) 164.75º 0.76% 0.31% -
XYZ 3.89 5.95 5.65 -
YUV 58.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 19 78 63 0.76 0 0.19 0.69 164.75 0.61 0.19
Hex 13 4E 3F 4C 0 13 45 A5 3D 13
Octal 23 116 77 114 0 23 105 245 75 23
Binary 10011 1001110 111111 1001100 0 10011 1000101 10100101 111101 10011

Color Harmonies of #134E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E3F

Black with #134E3F

Text Example


Text Example

White with #134E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,78,63); }

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

background-color css

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

 a { background-color: rgb(19,78,63); }

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

border-color css

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

 span { border-color: rgb(19,78,63); }

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