Html Css Color HEX #137C80 Teal

📋 copy color: '#137C80'

red 19 ◦ green 124 ◦ blue 128

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

Shades of Teal #137C80

Tints of Teal #137C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.76%

 BLUE value IS 128 (50.39% from 255) = 47.23%

R = 7.01%
G = 45.76%
B = 47.23%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#137C80 (or 0x137C80) is known color: Teal. HEX triplet: 13, 7C and 80. RGB value is (19,124,128). Sum of RGB (Red+Green+Blue) = 19+124+128=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #137C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137C80 is #EC837F. Grayscale: #5C5C5C. Windows color (decimal): -15500160 or 8420371. OLE color: 8420371.

HSL color Cylindrical-coordinate representation of color #137C80: hue angle of 182.2º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C80 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 124 128 -
CMYK 0.85 0.03 0 0.50
HSL 182.2º 0.74% 0.29% -
HSV(B) 182.2º 0.85% 0.5% -
XYZ 11.37 16.11 22.93 -
YUV 93.06 147.71 75.17 -
System Red Green Blue C M Y K H S L
Decimal 19 124 128 0.85 0.03 0 0.50 182.2 0.74 0.29
Hex 13 7C 80 55 3 0 32 B6 4A 1D
Octal 23 174 200 125 3 0 62 266 112 35
Binary 10011 1111100 10000000 1010101 11 0 110010 10110110 1001010 11101

Color Harmonies of #137C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C80

Black with #137C80

Text Example


Text Example

White with #137C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137C80; }

 p { color: rgb(19,124,128); }

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

background-color css

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

 a { background-color: rgb(19,124,128); }

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

border-color css

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

 span { border-color: rgb(19,124,128); }

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