#137B85

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

Shades of Teal #137B85

Tints of Teal #137B85

Color information

#137B85 (or 0x137B85) is unknown color: approx Teal. HEX triplet: 13, 7B and 85. RGB value is (19,123,133). Sum of RGB (Red+Green+Blue) = 19+123+133=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #137B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137B85 is #EC847A. Grayscale: #5C5C5C. Windows color (decimal): -15500411 or 8747795. OLE color: 8747795.

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

Color convert

RGB19123133-
CMYK0.860.0800.48
HSL185.26º75%29.8%-
HSV(B)185.26º85.71%52.16%-
XYZ11.591624.67-
YUV93.04150.5475.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 123 (48.44% from 255) = 44.73%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=6.91%
G=44.73%
B=48.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191231330.860.0800.48185.267529.8
Hex137B85568030b94b1e
Octal231732051261006027111336
Binary1001111110111000010110101101000011000010111001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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