Html Css Color HEX #137F86 Teal

📋 copy color: '#137F86'

red 19 ◦ green 127 ◦ blue 134

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

Shades of Teal #137F86

Tints of Teal #137F86

RGB

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

 GREEN value IS 127 (50% from 255) = 45.36%

 BLUE value IS 134 (52.73% from 255) = 47.86%

R = 6.79%
G = 45.36%
B = 47.86%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#137F86 (or 0x137F86) is known color: Teal. HEX triplet: 13, 7F and 86. RGB value is (19,127,134). Sum of RGB (Red+Green+Blue) = 19+127+134=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #137F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F86 is #EC8079. Grayscale: #5F5F5F. Windows color (decimal): -15499386 or 8814355. OLE color: 8814355.

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

Color convert

RGB 19 127 134 -
CMYK 0.86 0.05 0 0.47
HSL 183.65º 0.75% 0.3% -
HSV(B) 183.65º 0.86% 0.53% -
XYZ 12.16 17.04 25.2 -
YUV 95.51 149.72 73.43 -
System Red Green Blue C M Y K H S L
Decimal 19 127 134 0.86 0.05 0 0.47 183.65 0.75 0.3
Hex 13 7F 86 56 5 0 2F B8 4B 1E
Octal 23 177 206 126 5 0 57 270 113 36
Binary 10011 1111111 10000110 1010110 101 0 101111 10111000 1001011 11110

Color Harmonies of #137F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F86

Black with #137F86

Text Example


Text Example

White with #137F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,127,134); }

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

background-color css

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

 a { background-color: rgb(19,127,134); }

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

border-color css

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

 span { border-color: rgb(19,127,134); }

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