#137E82

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

Shades of Teal #137E82

Tints of Teal #137E82

Color information

#137E82 (or 0x137E82) is unknown color: approx Teal. HEX triplet: 13, 7E and 82. RGB value is (19,126,130). Sum of RGB (Red+Green+Blue) = 19+126+130=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #137E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137E82 is #EC817D. Grayscale: #5E5E5E. Windows color (decimal): -15499646 or 8551955. OLE color: 8551955.

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

Color convert

RGB19126130-
CMYK0.850.0300.49
HSL182.16º74.5%29.22%-
HSV(B)182.16º85.38%50.98%-
XYZ11.7616.6723.72-
YUV94.46148.0574.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 126 (49.61% from 255) = 45.82%
BLUE value IS 130 (51.17% from 255) = 47.27%
R=6.91%
G=45.82%
B=47.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191261300.850.0300.49182.1674.529.22
Hex137E82553031b64a1d
Octal23176202125306126611235
Binary10011111111010000010101010111011000110110110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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