Html Css Color HEX #137B7D Teal

📋 copy color: '#137B7D'

red 19 ◦ green 123 ◦ blue 125

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

Shades of Teal #137B7D

Tints of Teal #137B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.07%

 BLUE value IS 125 (49.22% from 255) = 46.82%

R = 7.12%
G = 46.07%
B = 46.82%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#137B7D (or 0x137B7D) is known color: Teal. HEX triplet: 13, 7B and 7D. RGB value is (19,123,125). Sum of RGB (Red+Green+Blue) = 19+123+125=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #137B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B7D is #EC8482. Grayscale: #5C5C5C. Windows color (decimal): -15500419 or 8223507. OLE color: 8223507.

HSL color Cylindrical-coordinate representation of color #137B7D: hue angle of 181.13º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B7D is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 123 125 -
CMYK 0.85 0.02 0 0.51
HSL 181.13º 0.74% 0.28% -
HSV(B) 181.13º 0.85% 0.49% -
XYZ 11.05 15.79 21.87 -
YUV 92.13 146.54 75.84 -
System Red Green Blue C M Y K H S L
Decimal 19 123 125 0.85 0.02 0 0.51 181.13 0.74 0.28
Hex 13 7B 7D 55 2 0 33 B5 4A 1C
Octal 23 173 175 125 2 0 63 265 112 34
Binary 10011 1111011 1111101 1010101 10 0 110011 10110101 1001010 11100

Color Harmonies of #137B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B7D

Black with #137B7D

Text Example


Text Example

White with #137B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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