Html Css Color HEX #137F83 Teal

📋 copy color: '#137F83'

red 19 ◦ green 127 ◦ blue 131

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

Shades of Teal #137F83

Tints of Teal #137F83

RGB

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

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

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

R = 6.86%
G = 45.85%
B = 47.29%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#137F83 (or 0x137F83) is known color: Teal. HEX triplet: 13, 7F and 83. RGB value is (19,127,131). Sum of RGB (Red+Green+Blue) = 19+127+131=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #137F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F83 is #EC807C. Grayscale: #5F5F5F. Windows color (decimal): -15499389 or 8617747. OLE color: 8617747.

HSL color Cylindrical-coordinate representation of color #137F83: hue angle of 182.14º 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 #137F83 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 127 131 -
CMYK 0.85 0.03 0 0.49
HSL 182.14º 0.75% 0.29% -
HSV(B) 182.14º 0.85% 0.51% -
XYZ 11.95 16.96 24.12 -
YUV 95.16 148.22 73.67 -
System Red Green Blue C M Y K H S L
Decimal 19 127 131 0.85 0.03 0 0.49 182.14 0.75 0.29
Hex 13 7F 83 55 3 0 31 B6 4B 1D
Octal 23 177 203 125 3 0 61 266 113 35
Binary 10011 1111111 10000011 1010101 11 0 110001 10110110 1001011 11101

Color Harmonies of #137F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F83

Black with #137F83

Text Example


Text Example

White with #137F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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