#147E82

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

Shades of Teal #147E82

Tints of Teal #147E82

Color information

#147E82 (or 0x147E82) is unknown color: approx Teal. HEX triplet: 14, 7E and 82. RGB value is (20,126,130). Sum of RGB (Red+Green+Blue) = 20+126+130=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #147E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147E82 is #EB817D. Grayscale: #5E5E5E. Windows color (decimal): -15434110 or 8551956. OLE color: 8551956.

HSL color Cylindrical-coordinate representation of color #147E82: hue angle of 182.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147E82 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB20126130-
CMYK0.850.0300.49
HSL182.18º73.33%29.41%-
HSV(B)182.18º84.62%50.98%-
XYZ11.7816.6823.72-
YUV94.76147.8874.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.25%
GREEN value IS 126 (49.61% from 255) = 45.65%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=7.25%
G=45.65%
B=47.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201261300.850.0300.49182.1873.3329.41
Hex147E82553031b6491d
Octal24176202125306126611135
Binary10100111111010000010101010111011000110110110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,126,130); }

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

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

 a { background-color: rgb(20,126,130); }

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

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

 span { border-color: rgb(20,126,130); }

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