Html Css Color HEX #13837C Teal

📋 copy color: '#13837C'

red 19 ◦ green 131 ◦ blue 124

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

Shades of Teal #13837C

Tints of Teal #13837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.81%

 BLUE value IS 124 (48.83% from 255) = 45.26%

R = 6.93%
G = 47.81%
B = 45.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#13837C (or 0x13837C) is known color: Teal. HEX triplet: 13, 83 and 7C. RGB value is (19,131,124). Sum of RGB (Red+Green+Blue) = 19+131+124=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #13837C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13837C is #EC7C83. Grayscale: #606060. Windows color (decimal): -15498372 or 8160019. OLE color: 8160019.

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

Color convert

RGB 19 131 124 -
CMYK 0.85 0 0.05 0.49
HSL 176.25º 0.75% 0.29% -
HSV(B) 176.25º 0.85% 0.51% -
XYZ 12.02 17.83 21.88 -
YUV 96.71 143.39 72.57 -
System Red Green Blue C M Y K H S L
Decimal 19 131 124 0.85 0 0.05 0.49 176.25 0.75 0.29
Hex 13 83 7C 55 0 5 31 B0 4B 1D
Octal 23 203 174 125 0 5 61 260 113 35
Binary 10011 10000011 1111100 1010101 0 101 110001 10110000 1001011 11101

Color Harmonies of #13837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13837C

Black with #13837C

Text Example


Text Example

White with #13837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13837C; }

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

 H1.HeaderClassName
 {
   color: #13837C;
 }
 .AnyTagClassName
 {
   color: #13837C;
 }
</style>

background-color css

<style>
 a { background-color: #13837C; }

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

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

border-color css

<style>
 span { border-color: #13837C; }

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

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