#137F82

Color #137F82 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #137F82

Tints of Teal #137F82

Color information

#137F82 (or 0x137F82) is unknown color: approx Teal. HEX triplet: 13, 7F and 82. RGB value is (19,127,130). Sum of RGB (Red+Green+Blue) = 19+127+130=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #137F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F82 is #EC807D. Grayscale: #5E5E5E. Windows color (decimal): -15499390 or 8552211. OLE color: 8552211.

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

Color convert

RGB19127130-
CMYK0.850.0200.49
HSL181.62º74.5%29.22%-
HSV(B)181.62º85.38%50.98%-
XYZ11.8916.9323.76-
YUV95.05147.7273.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.88%
GREEN value IS 127 (50% from 255) = 46.01%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=6.88%
G=46.01%
B=47.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191271300.850.0200.49181.6274.529.22
Hex137F82552031b64a1d
Octal23177202125206126611235
Binary10011111111110000010101010110011000110110110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #137F82;
 }
 .AnyTagClassName
 {
   color: #137F82;
 }
</style>
background-color css

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

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

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

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

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

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