Html Css Color HEX #147C7C Teal

📋 copy color: '#147C7C'

red 20 ◦ green 124 ◦ blue 124

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

Shades of Teal #147C7C

Tints of Teal #147C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.27%

R = 7.46%
G = 46.27%
B = 46.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#147C7C (or 0x147C7C) is known color: Teal. HEX triplet: 14, 7C and 7C. RGB value is (20,124,124). Sum of RGB (Red+Green+Blue) = 20+124+124=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #147C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C7C is #EB8383. Grayscale: #5C5C5C. Windows color (decimal): -15434628 or 8158228. OLE color: 8158228.

HSL color Cylindrical-coordinate representation of color #147C7C: hue angle of 180º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147C7C is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 124 124 -
CMYK 0.84 0 0 0.51
HSL 180º 0.72% 0.28% -
HSV(B) 180º 0.84% 0.49% -
XYZ 11.13 16.02 21.57 -
YUV 92.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 20 124 124 0.84 0 0 0.51 180 0.72 0.28
Hex 14 7C 7C 54 0 0 33 B4 48 1C
Octal 24 174 174 124 0 0 63 264 110 34
Binary 10100 1111100 1111100 1010100 0 0 110011 10110100 1001000 11100

Color Harmonies of #147C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C7C

Black with #147C7C

Text Example


Text Example

White with #147C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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