Html Css Color HEX #137F89 Teal

📋 copy color: '#137F89'

red 19 ◦ green 127 ◦ blue 137

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

Shades of Teal #137F89

Tints of Teal #137F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.41%

R = 6.71%
G = 44.88%
B = 48.41%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#137F89 (or 0x137F89) is known color: Teal. HEX triplet: 13, 7F and 89. RGB value is (19,127,137). Sum of RGB (Red+Green+Blue) = 19+127+137=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #137F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F89 is #EC8076. Grayscale: #5F5F5F. Windows color (decimal): -15499383 or 9010963. OLE color: 9010963.

HSL color Cylindrical-coordinate representation of color #137F89: hue angle of 185.08º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137F89 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 127 137 -
CMYK 0.86 0.07 0 0.46
HSL 185.08º 0.76% 0.31% -
HSV(B) 185.08º 0.86% 0.54% -
XYZ 12.37 17.12 26.32 -
YUV 95.85 151.22 73.19 -
System Red Green Blue C M Y K H S L
Decimal 19 127 137 0.86 0.07 0 0.46 185.08 0.76 0.31
Hex 13 7F 89 56 7 0 2E B9 4C 1F
Octal 23 177 211 126 7 0 56 271 114 37
Binary 10011 1111111 10001001 1010110 111 0 101110 10111001 1001100 11111

Color Harmonies of #137F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F89

Black with #137F89

Text Example


Text Example

White with #137F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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