Html Css Color HEX #134C42 Deep Teal

📋 copy color: '#134C42'

red 19 ◦ green 76 ◦ blue 66

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

Shades of Deep Teal #134C42

Tints of Deep Teal #134C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.2%

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

R = 11.8%
G = 47.2%
B = 40.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#134C42 (or 0x134C42) is known color: Deep Teal. HEX triplet: 13, 4C and 42. RGB value is (19,76,66). Sum of RGB (Red+Green+Blue) = 19+76+66=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #134C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C42 is #ECB3BD. Grayscale: #393939. Windows color (decimal): -15512510 or 4344851. OLE color: 4344851.

HSL color Cylindrical-coordinate representation of color #134C42: hue angle of 169.47º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C42 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 76 66 -
CMYK 0.75 0 0.13 0.70
HSL 169.47º 0.6% 0.19% -
HSV(B) 169.47º 0.75% 0.3% -
XYZ 3.84 5.7 6.05 -
YUV 57.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 19 76 66 0.75 0 0.13 0.70 169.47 0.6 0.19
Hex 13 4C 42 4B 0 D 46 A9 3C 13
Octal 23 114 102 113 0 15 106 251 74 23
Binary 10011 1001100 1000010 1001011 0 1101 1000110 10101001 111100 10011

Color Harmonies of #134C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C42

Black with #134C42

Text Example


Text Example

White with #134C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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