#147B7F

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

Shades of Teal #147B7F

Tints of Teal #147B7F

Color information

#147B7F (or 0x147B7F) is unknown color: approx Teal. HEX triplet: 14, 7B and 7F. RGB value is (20,123,127). Sum of RGB (Red+Green+Blue) = 20+123+127=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #147B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B7F is #EB8480. Grayscale: #5C5C5C. Windows color (decimal): -15434881 or 8354580. OLE color: 8354580.

HSL color Cylindrical-coordinate representation of color #147B7F: hue angle of 182.24º 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 #147B7F is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB20123127-
CMYK0.840.0300.50
HSL182.24º72.79%28.82%-
HSV(B)182.24º84.25%49.8%-
XYZ11.215.8522.55-
YUV92.66147.3876.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.41%
GREEN value IS 123 (48.44% from 255) = 45.56%
BLUE value IS 127 (50% from 255) = 47.04%
R=7.41%
G=45.56%
B=47.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal201231270.840.0300.50182.2472.7928.82
Hex147B7F543032b6491d
Octal24173177124306226611135
Binary1010011110111111111101010011011001010110110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,123,127); }

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

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

 a { background-color: rgb(20,123,127); }

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

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

 span { border-color: rgb(20,123,127); }

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