#137A83

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

Shades of Teal #137A83

Tints of Teal #137A83

Color information

#137A83 (or 0x137A83) is unknown color: approx Teal. HEX triplet: 13, 7A and 83. RGB value is (19,122,131). Sum of RGB (Red+Green+Blue) = 19+122+131=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #137A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137A83 is #EC857C. Grayscale: #5C5C5C. Windows color (decimal): -15500669 or 8616467. OLE color: 8616467.

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

Color convert

RGB19122131-
CMYK0.850.0700.49
HSL184.82º74.67%29.41%-
HSV(B)184.82º85.5%51.37%-
XYZ11.3215.723.91-
YUV92.23149.8875.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.99%
GREEN value IS 122 (48.05% from 255) = 44.85%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=6.99%
G=44.85%
B=48.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191221310.850.0700.49184.8274.6729.41
Hex137A83557031b94b1d
Octal23172203125706127111335
Binary100111111010100000111010101111011000110111001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,122,131); }

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

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

 a { background-color: rgb(19,122,131); }

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

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

 span { border-color: rgb(19,122,131); }

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