Html Css Color HEX #13807B Teal

📋 copy color: '#13807B'

red 19 ◦ green 128 ◦ blue 123

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

Shades of Teal #13807B

Tints of Teal #13807B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.56%

R = 7.04%
G = 47.41%
B = 45.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#13807B (or 0x13807B) is known color: Teal. HEX triplet: 13, 80 and 7B. RGB value is (19,128,123). Sum of RGB (Red+Green+Blue) = 19+128+123=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #13807B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13807B is #EC7F84. Grayscale: #5E5E5E. Windows color (decimal): -15499141 or 8093715. OLE color: 8093715.

HSL color Cylindrical-coordinate representation of color #13807B: hue angle of 177.25º 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 #13807B is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 123 -
CMYK 0.85 0 0.04 0.50
HSL 177.25º 0.74% 0.29% -
HSV(B) 177.25º 0.85% 0.5% -
XYZ 11.56 17.01 21.41 -
YUV 94.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 19 128 123 0.85 0 0.04 0.50 177.25 0.74 0.29
Hex 13 80 7B 55 0 4 32 B1 4A 1D
Octal 23 200 173 125 0 4 62 261 112 35
Binary 10011 10000000 1111011 1010101 0 100 110010 10110001 1001010 11101

Color Harmonies of #13807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13807B

Black with #13807B

Text Example


Text Example

White with #13807B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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