Html Css Color HEX #147C87 Teal

📋 copy color: '#147C87'

red 20 ◦ green 124 ◦ blue 135

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

Shades of Teal #147C87

Tints of Teal #147C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.44%

 BLUE value IS 135 (53.13% from 255) = 48.39%

R = 7.17%
G = 44.44%
B = 48.39%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#147C87 (or 0x147C87) is known color: Teal. HEX triplet: 14, 7C and 87. RGB value is (20,124,135). Sum of RGB (Red+Green+Blue) = 20+124+135=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #147C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C87 is #EB8378. Grayscale: #5E5E5E. Windows color (decimal): -15434617 or 8879124. OLE color: 8879124.

HSL color Cylindrical-coordinate representation of color #147C87: hue angle of 185.74º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147C87 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 124 135 -
CMYK 0.85 0.08 0 0.47
HSL 185.74º 0.74% 0.3% -
HSV(B) 185.74º 0.85% 0.53% -
XYZ 11.87 16.31 25.44 -
YUV 94.16 151.04 75.11 -
System Red Green Blue C M Y K H S L
Decimal 20 124 135 0.85 0.08 0 0.47 185.74 0.74 0.3
Hex 14 7C 87 55 8 0 2F BA 4A 1E
Octal 24 174 207 125 10 0 57 272 112 36
Binary 10100 1111100 10000111 1010101 1000 0 101111 10111010 1001010 11110

Color Harmonies of #147C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C87

Black with #147C87

Text Example


Text Example

White with #147C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,124,135); }

 H1.HeaderClassName
 {
   color: #147C87;
 }
 .AnyTagClassName
 {
   color: #147C87;
 }
</style>

background-color css

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

 a { background-color: rgb(20,124,135); }

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

border-color css

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

 span { border-color: rgb(20,124,135); }

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