#13847E

Color #13847E Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #13847E

Tints of Teal #13847E

Color information

#13847E (or 0x13847E) is unknown color: approx Teal. HEX triplet: 13, 84 and 7E. RGB value is (19,132,126). Sum of RGB (Red+Green+Blue) = 19+132+126=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #13847E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13847E is #EC7B81. Grayscale: #616161. Windows color (decimal): -15498114 or 8291347. OLE color: 8291347.

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

Color convert

RGB19132126-
CMYK0.8600.050.48
HSL176.81º74.83%29.61%-
HSV(B)176.81º85.61%51.76%-
XYZ12.2918.1522.59-
YUV97.53144.0671.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.86%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 126 (49.61% from 255) = 45.49%
R=6.86%
G=47.65%
B=45.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191321260.8600.050.48176.8174.8329.61
Hex13847E560530b14b1e
Octal23204176126056026111336
Binary100111000010011111101010110010111000010110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13847E;
 }
 .AnyTagClassName
 {
   color: #13847E;
 }
</style>
background-color css

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

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

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

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

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

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