#147C8D

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

Shades of Teal #147C8D

Tints of Teal #147C8D

Color information

#147C8D (or 0x147C8D) is unknown color: approx Teal. HEX triplet: 14, 7C and 8D. RGB value is (20,124,141). Sum of RGB (Red+Green+Blue) = 20+124+141=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #147C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C8D is #EB8372. Grayscale: #5E5E5E. Windows color (decimal): -15434611 or 9272340. OLE color: 9272340.

HSL color Cylindrical-coordinate representation of color #147C8D: hue angle of 188.43º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147C8D is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20124141-
CMYK0.860.1200.45
HSL188.43º75.16%31.57%-
HSV(B)188.43º85.82%55.29%-
XYZ12.316.4927.73-
YUV94.84154.0474.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.02%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=7.02%
G=43.51%
B=49.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201241410.860.1200.45188.4375.1631.57
Hex147C8D56C02Dbc4b20
Octal241742151261405527411340
Binary10100111110010001101101011011000101101101111001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147C8D; }

 p { color: rgb(20,124,141); }

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

<style>
 a { background-color: #147C8D; }

 a { background-color: rgb(20,124,141); }

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

<style>
 span { border-color: #147C8D; }

 span { border-color: rgb(20,124,141); }

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