#137E8C

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

Shades of Teal #137E8C

Tints of Teal #137E8C

Color information

#137E8C (or 0x137E8C) is unknown color: approx Teal. HEX triplet: 13, 7E and 8C. RGB value is (19,126,140). Sum of RGB (Red+Green+Blue) = 19+126+140=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #137E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137E8C is #EC8173. Grayscale: #5F5F5F. Windows color (decimal): -15499636 or 9207315. OLE color: 9207315.

HSL color Cylindrical-coordinate representation of color #137E8C: hue angle of 186.94º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137E8C is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB19126140-
CMYK0.860.1000.45
HSL186.94º76.1%31.18%-
HSV(B)186.94º86.43%54.9%-
XYZ12.4616.9527.43-
YUV95.6153.0573.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.67%
GREEN value IS 126 (49.61% from 255) = 44.21%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=6.67%
G=44.21%
B=49.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191261400.860.1000.45186.9476.131.18
Hex137E8C56A02Dbb4c1f
Octal231762141261205527311437
Binary1001111111101000110010101101010010110110111011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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