Html Css Color HEX #137D83 Teal

📋 copy color: '#137D83'

red 19 ◦ green 125 ◦ blue 131

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

Shades of Teal #137D83

Tints of Teal #137D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.64%

R = 6.91%
G = 45.45%
B = 47.64%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#137D83 (or 0x137D83) is known color: Teal. HEX triplet: 13, 7D and 83. RGB value is (19,125,131). Sum of RGB (Red+Green+Blue) = 19+125+131=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #137D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D83 is #EC827C. Grayscale: #5D5D5D. Windows color (decimal): -15499901 or 8617235. OLE color: 8617235.

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

Color convert

RGB 19 125 131 -
CMYK 0.85 0.05 0 0.49
HSL 183.21º 0.75% 0.29% -
HSV(B) 183.21º 0.85% 0.51% -
XYZ 11.7 16.44 24.03 -
YUV 93.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 19 125 131 0.85 0.05 0 0.49 183.21 0.75 0.29
Hex 13 7D 83 55 5 0 31 B7 4B 1D
Octal 23 175 203 125 5 0 61 267 113 35
Binary 10011 1111101 10000011 1010101 101 0 110001 10110111 1001011 11101

Color Harmonies of #137D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D83

Black with #137D83

Text Example


Text Example

White with #137D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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