Html Css Color HEX #137B80 Teal

📋 copy color: '#137B80'

red 19 ◦ green 123 ◦ blue 128

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

Shades of Teal #137B80

Tints of Teal #137B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 7.04%
G = 45.56%
B = 47.41%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#137B80 (or 0x137B80) is known color: Teal. HEX triplet: 13, 7B and 80. RGB value is (19,123,128). Sum of RGB (Red+Green+Blue) = 19+123+128=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #137B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137B80 is #EC847F. Grayscale: #5C5C5C. Windows color (decimal): -15500416 or 8420115. OLE color: 8420115.

HSL color Cylindrical-coordinate representation of color #137B80: hue angle of 182.75º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B80 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 123 128 -
CMYK 0.85 0.04 0 0.50
HSL 182.75º 0.74% 0.29% -
HSV(B) 182.75º 0.85% 0.5% -
XYZ 11.25 15.86 22.89 -
YUV 92.47 148.04 75.59 -
System Red Green Blue C M Y K H S L
Decimal 19 123 128 0.85 0.04 0 0.50 182.75 0.74 0.29
Hex 13 7B 80 55 4 0 32 B7 4A 1D
Octal 23 173 200 125 4 0 62 267 112 35
Binary 10011 1111011 10000000 1010101 100 0 110010 10110111 1001010 11101

Color Harmonies of #137B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B80

Black with #137B80

Text Example


Text Example

White with #137B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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