Html Css Color HEX #137C7C Teal

📋 copy color: '#137C7C'

red 19 ◦ green 124 ◦ blue 124

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

Shades of Teal #137C7C

Tints of Teal #137C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.44%

R = 7.12%
G = 46.44%
B = 46.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#137C7C (or 0x137C7C) is known color: Teal. HEX triplet: 13, 7C and 7C. RGB value is (19,124,124). Sum of RGB (Red+Green+Blue) = 19+124+124=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #137C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C7C is #EC8383. Grayscale: #5C5C5C. Windows color (decimal): -15500164 or 8158227. OLE color: 8158227.

HSL color Cylindrical-coordinate representation of color #137C7C: hue angle of 180º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C7C is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 124 -
CMYK 0.85 0 0 0.51
HSL 180º 0.73% 0.28% -
HSV(B) 180º 0.85% 0.49% -
XYZ 11.11 16.01 21.57 -
YUV 92.61 145.71 75.5 -
System Red Green Blue C M Y K H S L
Decimal 19 124 124 0.85 0 0 0.51 180 0.73 0.28
Hex 13 7C 7C 55 0 0 33 B4 49 1C
Octal 23 174 174 125 0 0 63 264 111 34
Binary 10011 1111100 1111100 1010101 0 0 110011 10110100 1001001 11100

Color Harmonies of #137C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C7C

Black with #137C7C

Text Example


Text Example

White with #137C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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