Html Css Color HEX #134B3F Deep Teal

📋 copy color: '#134B3F'

red 19 ◦ green 75 ◦ blue 63

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

Shades of Deep Teal #134B3F

Tints of Deep Teal #134B3F

RGB

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

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

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

R = 12.1%
G = 47.77%
B = 40.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#134B3F (or 0x134B3F) is known color: Deep Teal. HEX triplet: 13, 4B and 3F. RGB value is (19,75,63). Sum of RGB (Red+Green+Blue) = 19+75+63=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #134B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B3F is #ECB4C0. Grayscale: #383838. Windows color (decimal): -15512769 or 4147987. OLE color: 4147987.

HSL color Cylindrical-coordinate representation of color #134B3F: hue angle of 167.14º 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 #134B3F is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 75 63 -
CMYK 0.75 0 0.16 0.71
HSL 167.14º 0.6% 0.18% -
HSV(B) 167.14º 0.75% 0.29% -
XYZ 3.68 5.53 5.58 -
YUV 56.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 19 75 63 0.75 0 0.16 0.71 167.14 0.6 0.18
Hex 13 4B 3F 4B 0 10 47 A7 3C 12
Octal 23 113 77 113 0 20 107 247 74 22
Binary 10011 1001011 111111 1001011 0 10000 1000111 10100111 111100 10010

Color Harmonies of #134B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B3F

Black with #134B3F

Text Example


Text Example

White with #134B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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