#147F8B

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

Shades of Teal #147F8B

Tints of Teal #147F8B

Color information

#147F8B (or 0x147F8B) is unknown color: approx Teal. HEX triplet: 14, 7F and 8B. RGB value is (20,127,139). Sum of RGB (Red+Green+Blue) = 20+127+139=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #147F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147F8B is #EB8074. Grayscale: #606060. Windows color (decimal): -15433845 or 9142036. OLE color: 9142036.

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

Color convert

RGB20127139-
CMYK0.860.0900.45
HSL186.05º74.84%31.18%-
HSV(B)186.05º85.61%54.51%-
XYZ12.5417.1927.08-
YUV96.38152.0573.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.99%
GREEN value IS 127 (50% from 255) = 44.41%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=6.99%
G=44.41%
B=48.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201271390.860.0900.45186.0574.8431.18
Hex147F8B56902Dba4b1f
Octal241772131261105527211337
Binary1010011111111000101110101101001010110110111010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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