Html Css Color HEX #137F84 Teal

📋 copy color: '#137F84'

red 19 ◦ green 127 ◦ blue 132

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

Shades of Teal #137F84

Tints of Teal #137F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.48%

R = 6.83%
G = 45.68%
B = 47.48%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#137F84 (or 0x137F84) is known color: Teal. HEX triplet: 13, 7F and 84. RGB value is (19,127,132). Sum of RGB (Red+Green+Blue) = 19+127+132=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #137F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F84 is #EC807B. Grayscale: #5F5F5F. Windows color (decimal): -15499388 or 8683283. OLE color: 8683283.

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

Color convert

RGB 19 127 132 -
CMYK 0.86 0.04 0 0.48
HSL 182.65º 0.75% 0.3% -
HSV(B) 182.65º 0.86% 0.52% -
XYZ 12.02 16.98 24.47 -
YUV 95.28 148.72 73.59 -
System Red Green Blue C M Y K H S L
Decimal 19 127 132 0.86 0.04 0 0.48 182.65 0.75 0.3
Hex 13 7F 84 56 4 0 30 B7 4B 1E
Octal 23 177 204 126 4 0 60 267 113 36
Binary 10011 1111111 10000100 1010110 100 0 110000 10110111 1001011 11110

Color Harmonies of #137F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F84

Black with #137F84

Text Example


Text Example

White with #137F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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