Html Css Color HEX #137D84 Teal

📋 copy color: '#137D84'

red 19 ◦ green 125 ◦ blue 132

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

Shades of Teal #137D84

Tints of Teal #137D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.29%

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

R = 6.88%
G = 45.29%
B = 47.83%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#137D84 (or 0x137D84) is known color: Teal. HEX triplet: 13, 7D and 84. RGB value is (19,125,132). Sum of RGB (Red+Green+Blue) = 19+125+132=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #137D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D84 is #EC827B. Grayscale: #5D5D5D. Windows color (decimal): -15499900 or 8682771. OLE color: 8682771.

HSL color Cylindrical-coordinate representation of color #137D84: hue angle of 183.72º 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 #137D84 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 125 132 -
CMYK 0.86 0.05 0 0.48
HSL 183.72º 0.75% 0.3% -
HSV(B) 183.72º 0.86% 0.52% -
XYZ 11.77 16.47 24.39 -
YUV 94.1 149.38 74.43 -
System Red Green Blue C M Y K H S L
Decimal 19 125 132 0.86 0.05 0 0.48 183.72 0.75 0.3
Hex 13 7D 84 56 5 0 30 B8 4B 1E
Octal 23 175 204 126 5 0 60 270 113 36
Binary 10011 1111101 10000100 1010110 101 0 110000 10111000 1001011 11110

Color Harmonies of #137D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D84

Black with #137D84

Text Example


Text Example

White with #137D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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