#147A80

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

Shades of Teal #147A80

Tints of Teal #147A80

Color information

#147A80 (or 0x147A80) is unknown color: approx Teal. HEX triplet: 14, 7A and 80. RGB value is (20,122,128). Sum of RGB (Red+Green+Blue) = 20+122+128=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #147A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147A80 is #EB857F. Grayscale: #5C5C5C. Windows color (decimal): -15435136 or 8419860. OLE color: 8419860.

HSL color Cylindrical-coordinate representation of color #147A80: hue angle of 183.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A80 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB20122128-
CMYK0.840.0500.50
HSL183.33º72.97%29.02%-
HSV(B)183.33º84.38%50.2%-
XYZ11.1415.6322.85-
YUV92.19148.2176.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.41%
GREEN value IS 122 (48.05% from 255) = 45.19%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=7.41%
G=45.19%
B=47.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal201221280.840.0500.50183.3372.9729.02
Hex147A80545032b7491d
Octal24172200124506226711135
Binary101001111010100000001010100101011001010110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,122,128); }

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

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

 a { background-color: rgb(20,122,128); }

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

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

 span { border-color: rgb(20,122,128); }

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