Html Css Color HEX #137F7E Teal

📋 copy color: '#137F7E'

red 19 ◦ green 127 ◦ blue 126

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

Shades of Teal #137F7E

Tints of Teal #137F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 46.69%

 BLUE value IS 126 (49.61% from 255) = 46.32%

R = 6.99%
G = 46.69%
B = 46.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#137F7E (or 0x137F7E) is known color: Teal. HEX triplet: 13, 7F and 7E. RGB value is (19,127,126). Sum of RGB (Red+Green+Blue) = 19+127+126=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #137F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F7E is #EC8081. Grayscale: #5E5E5E. Windows color (decimal): -15499394 or 8290067. OLE color: 8290067.

HSL color Cylindrical-coordinate representation of color #137F7E: hue angle of 179.44º 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 #137F7E is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 126 -
CMYK 0.85 0 0.01 0.50
HSL 179.44º 0.74% 0.29% -
HSV(B) 179.44º 0.85% 0.5% -
XYZ 11.62 16.82 22.37 -
YUV 94.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 19 127 126 0.85 0 0.01 0.50 179.44 0.74 0.29
Hex 13 7F 7E 55 0 1 32 B3 4A 1D
Octal 23 177 176 125 0 1 62 263 112 35
Binary 10011 1111111 1111110 1010101 0 1 110010 10110011 1001010 11101

Color Harmonies of #137F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F7E

Black with #137F7E

Text Example


Text Example

White with #137F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,127,126); }

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

background-color css

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

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

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

border-color css

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

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

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