Html Css Color HEX #134840 Deep Teal

📋 copy color: '#134840'

red 19 ◦ green 72 ◦ blue 64

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

Shades of Deep Teal #134840

Tints of Deep Teal #134840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.45%

 BLUE value IS 64 (25.39% from 255) = 41.29%

R = 12.26%
G = 46.45%
B = 41.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#134840 (or 0x134840) is known color: Deep Teal. HEX triplet: 13, 48 and 40. RGB value is (19,72,64). Sum of RGB (Red+Green+Blue) = 19+72+64=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #134840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134840 is #ECB7BF. Grayscale: #373737. Windows color (decimal): -15513536 or 4212755. OLE color: 4212755.

HSL color Cylindrical-coordinate representation of color #134840: hue angle of 170.94º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134840 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 64 -
CMYK 0.74 0 0.11 0.72
HSL 170.94º 0.58% 0.18% -
HSV(B) 170.94º 0.74% 0.28% -
XYZ 3.51 5.14 5.66 -
YUV 55.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 19 72 64 0.74 0 0.11 0.72 170.94 0.58 0.18
Hex 13 48 40 4A 0 B 48 AB 3A 12
Octal 23 110 100 112 0 13 110 253 72 22
Binary 10011 1001000 1000000 1001010 0 1011 1001000 10101011 111010 10010

Color Harmonies of #134840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134840

Black with #134840

Text Example


Text Example

White with #134840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134840; }

 p { color: rgb(19,72,64); }

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

background-color css

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

 a { background-color: rgb(19,72,64); }

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

border-color css

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

 span { border-color: rgb(19,72,64); }

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