Html Css Color HEX #147F8B Teal

📋 copy color: '#147F8B'

red 20 ◦ green 127 ◦ blue 139

#147F8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #147F8B

Tints of Teal #147F8B

RGB

 RED value IS 20 (8.2% from 255) = 6.99%

 GREEN value IS 127 (50% from 255) = 44.41%

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 6.99%
G = 44.41%
B = 48.6%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#147F8B (or 0x147F8B) is known color: 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

RGB 20 127 139 -
CMYK 0.86 0.09 0 0.45
HSL 186.05º 0.75% 0.31% -
HSV(B) 186.05º 0.86% 0.55% -
XYZ 12.54 17.19 27.08 -
YUV 96.38 152.05 73.52 -
System Red Green Blue C M Y K H S L
Decimal 20 127 139 0.86 0.09 0 0.45 186.05 0.75 0.31
Hex 14 7F 8B 56 9 0 2D BA 4B 1F
Octal 24 177 213 126 11 0 55 272 113 37
Binary 10100 1111111 10001011 1010110 1001 0 101101 10111010 1001011 11111

Color Harmonies of #147F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F8B

Black with #147F8B

Text Example


Text Example

White with #147F8B

Text Example


Text Example

HTML Codes & Css Web 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>