Html Css Color HEX #137983 Teal

📋 copy color: '#137983'

red 19 ◦ green 121 ◦ blue 131

#137983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #137983

Tints of Teal #137983

RGB

 RED value IS 19 (7.81% from 255) = 7.01%

 GREEN value IS 121 (47.66% from 255) = 44.65%

 BLUE value IS 131 (51.56% from 255) = 48.34%

R = 7.01%
G = 44.65%
B = 48.34%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#137983 (or 0x137983) is known color: Teal. HEX triplet: 13, 79 and 83. RGB value is (19,121,131). Sum of RGB (Red+Green+Blue) = 19+121+131=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #137983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137983 is #EC867C. Grayscale: #5B5B5B. Windows color (decimal): -15500925 or 8616211. OLE color: 8616211.

HSL color Cylindrical-coordinate representation of color #137983: hue angle of 185.36º 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 #137983 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 121 131 -
CMYK 0.85 0.08 0 0.49
HSL 185.36º 0.75% 0.29% -
HSV(B) 185.36º 0.85% 0.51% -
XYZ 11.2 15.45 23.86 -
YUV 91.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 19 121 131 0.85 0.08 0 0.49 185.36 0.75 0.29
Hex 13 79 83 55 8 0 31 B9 4B 1D
Octal 23 171 203 125 10 0 61 271 113 35
Binary 10011 1111001 10000011 1010101 1000 0 110001 10111001 1001011 11101

Color Harmonies of #137983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137983

Black with #137983

Text Example


Text Example

White with #137983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137983; }

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

 H1.HeaderClassName
 {
   color: #137983;
 }
 .AnyTagClassName
 {
   color: #137983;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #137983;
 }
 .BgClassName
 {
   background-color: #137983;
 }
</style>

border-color css

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

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

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