Html Css Color HEX #137B82 Teal

📋 copy color: '#137B82'

red 19 ◦ green 123 ◦ blue 130

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

Shades of Teal #137B82

Tints of Teal #137B82

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.22%

 BLUE value IS 130 (51.17% from 255) = 47.79%

R = 6.99%
G = 45.22%
B = 47.79%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#137B82 (or 0x137B82) is known color: Teal. HEX triplet: 13, 7B and 82. RGB value is (19,123,130). Sum of RGB (Red+Green+Blue) = 19+123+130=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #137B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137B82 is #EC847D. Grayscale: #5C5C5C. Windows color (decimal): -15500414 or 8551187. OLE color: 8551187.

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

Color convert

RGB 19 123 130 -
CMYK 0.85 0.05 0 0.49
HSL 183.78º 0.74% 0.29% -
HSV(B) 183.78º 0.85% 0.51% -
XYZ 11.38 15.92 23.59 -
YUV 92.7 149.04 75.43 -
System Red Green Blue C M Y K H S L
Decimal 19 123 130 0.85 0.05 0 0.49 183.78 0.74 0.29
Hex 13 7B 82 55 5 0 31 B8 4A 1D
Octal 23 173 202 125 5 0 61 270 112 35
Binary 10011 1111011 10000010 1010101 101 0 110001 10111000 1001010 11101

Color Harmonies of #137B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B82

Black with #137B82

Text Example


Text Example

White with #137B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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