Html Css Color HEX #13847C Teal

📋 copy color: '#13847C'

red 19 ◦ green 132 ◦ blue 124

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

Shades of Teal #13847C

Tints of Teal #13847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48%

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

R = 6.91%
G = 48%
B = 45.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#13847C (or 0x13847C) is known color: Teal. HEX triplet: 13, 84 and 7C. RGB value is (19,132,124). Sum of RGB (Red+Green+Blue) = 19+132+124=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #13847C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13847C is #EC7B83. Grayscale: #616161. Windows color (decimal): -15498116 or 8160275. OLE color: 8160275.

HSL color Cylindrical-coordinate representation of color #13847C: hue angle of 175.75º 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 #13847C is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 124 -
CMYK 0.86 0 0.06 0.48
HSL 175.75º 0.75% 0.3% -
HSV(B) 175.75º 0.86% 0.52% -
XYZ 12.16 18.1 21.92 -
YUV 97.3 143.06 72.15 -
System Red Green Blue C M Y K H S L
Decimal 19 132 124 0.86 0 0.06 0.48 175.75 0.75 0.3
Hex 13 84 7C 56 0 6 30 B0 4B 1E
Octal 23 204 174 126 0 6 60 260 113 36
Binary 10011 10000100 1111100 1010110 0 110 110000 10110000 1001011 11110

Color Harmonies of #13847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13847C

Black with #13847C

Text Example


Text Example

White with #13847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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