Html Css Color HEX #13807C Teal

📋 copy color: '#13807C'

red 19 ◦ green 128 ◦ blue 124

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

Shades of Teal #13807C

Tints of Teal #13807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.23%

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

R = 7.01%
G = 47.23%
B = 45.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#13807C (or 0x13807C) is known color: Teal. HEX triplet: 13, 80 and 7C. RGB value is (19,128,124). Sum of RGB (Red+Green+Blue) = 19+128+124=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #13807C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13807C is #EC7F83. Grayscale: #5E5E5E. Windows color (decimal): -15499140 or 8159251. OLE color: 8159251.

HSL color Cylindrical-coordinate representation of color #13807C: hue angle of 177.8º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13807C is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 124 -
CMYK 0.85 0 0.03 0.50
HSL 177.8º 0.74% 0.29% -
HSV(B) 177.8º 0.85% 0.5% -
XYZ 11.63 17.03 21.74 -
YUV 94.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 19 128 124 0.85 0 0.03 0.50 177.8 0.74 0.29
Hex 13 80 7C 55 0 3 32 B2 4A 1D
Octal 23 200 174 125 0 3 62 262 112 35
Binary 10011 10000000 1111100 1010101 0 11 110010 10110010 1001010 11101

Color Harmonies of #13807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13807C

Black with #13807C

Text Example


Text Example

White with #13807C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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