#137E7F

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

Shades of Teal #137E7F

Tints of Teal #137E7F

Color information

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

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

Color convert

RGB19126127-
CMYK0.850.0100.50
HSL180.56º73.97%28.63%-
HSV(B)180.56º85.04%49.8%-
XYZ11.5616.5922.67-
YUV94.12146.5574.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.99%
GREEN value IS 126 (49.61% from 255) = 46.32%
BLUE value IS 127 (50% from 255) = 46.69%
R=6.99%
G=46.32%
B=46.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal191261270.850.0100.50180.5673.9728.63
Hex137E7F551032b54a1d
Octal23176177125106226511235
Binary100111111110111111110101011011001010110101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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