#137B87

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

Shades of Teal #137B87

Tints of Teal #137B87

Color information

#137B87 (or 0x137B87) is unknown color: approx Teal. HEX triplet: 13, 7B and 87. RGB value is (19,123,135). Sum of RGB (Red+Green+Blue) = 19+123+135=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #137B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137B87 is #EC8478. Grayscale: #5D5D5D. Windows color (decimal): -15500409 or 8878867. OLE color: 8878867.

HSL color Cylindrical-coordinate representation of color #137B87: hue angle of 186.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137B87 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB19123135-
CMYK0.860.0900.47
HSL186.21º75.32%30.2%-
HSV(B)186.21º85.93%52.94%-
XYZ11.7216.0525.4-
YUV93.27151.5475.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.86%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=6.86%
G=44.40%
B=48.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191231350.860.0900.47186.2175.3230.2
Hex137B8756902Fba4b1e
Octal231732071261105727211336
Binary1001111110111000011110101101001010111110111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,123,135); }

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

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

 a { background-color: rgb(19,123,135); }

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

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

 span { border-color: rgb(19,123,135); }

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