Html Css Color HEX #13857C Teal

📋 copy color: '#13857C'

red 19 ◦ green 133 ◦ blue 124

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

Shades of Teal #13857C

Tints of Teal #13857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.19%

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

R = 6.88%
G = 48.19%
B = 44.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#13857C (or 0x13857C) is known color: Teal. HEX triplet: 13, 85 and 7C. RGB value is (19,133,124). Sum of RGB (Red+Green+Blue) = 19+133+124=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #13857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13857C is #EC7A83. Grayscale: #616161. Windows color (decimal): -15497860 or 8160531. OLE color: 8160531.

HSL color Cylindrical-coordinate representation of color #13857C: hue angle of 175.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13857C is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 124 -
CMYK 0.86 0 0.07 0.48
HSL 175.26º 0.75% 0.3% -
HSV(B) 175.26º 0.86% 0.52% -
XYZ 12.29 18.37 21.97 -
YUV 97.89 142.73 71.73 -
System Red Green Blue C M Y K H S L
Decimal 19 133 124 0.86 0 0.07 0.48 175.26 0.75 0.3
Hex 13 85 7C 56 0 7 30 AF 4B 1E
Octal 23 205 174 126 0 7 60 257 113 36
Binary 10011 10000101 1111100 1010110 0 111 110000 10101111 1001011 11110

Color Harmonies of #13857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13857C

Black with #13857C

Text Example


Text Example

White with #13857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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