Html Css Color HEX #137A84 Teal

📋 copy color: '#137A84'

red 19 ◦ green 122 ◦ blue 132

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

Shades of Teal #137A84

Tints of Teal #137A84

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.69%

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

R = 6.96%
G = 44.69%
B = 48.35%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#137A84 (or 0x137A84) is known color: Teal. HEX triplet: 13, 7A and 84. RGB value is (19,122,132). Sum of RGB (Red+Green+Blue) = 19+122+132=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #137A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137A84 is #EC857B. Grayscale: #5C5C5C. Windows color (decimal): -15500668 or 8682003. OLE color: 8682003.

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

Color convert

RGB 19 122 132 -
CMYK 0.86 0.08 0 0.48
HSL 185.31º 0.75% 0.3% -
HSV(B) 185.31º 0.86% 0.52% -
XYZ 11.39 15.72 24.26 -
YUV 92.34 150.38 75.69 -
System Red Green Blue C M Y K H S L
Decimal 19 122 132 0.86 0.08 0 0.48 185.31 0.75 0.3
Hex 13 7A 84 56 8 0 30 B9 4B 1E
Octal 23 172 204 126 10 0 60 271 113 36
Binary 10011 1111010 10000100 1010110 1000 0 110000 10111001 1001011 11110

Color Harmonies of #137A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A84

Black with #137A84

Text Example


Text Example

White with #137A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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