Html Css Color HEX #147D7C Teal

📋 copy color: '#147D7C'

red 20 ◦ green 125 ◦ blue 124

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

Shades of Teal #147D7C

Tints of Teal #147D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.47%

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

R = 7.43%
G = 46.47%
B = 46.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#147D7C (or 0x147D7C) is known color: Teal. HEX triplet: 14, 7D and 7C. RGB value is (20,125,124). Sum of RGB (Red+Green+Blue) = 20+125+124=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #147D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D7C is #EB8283. Grayscale: #5D5D5D. Windows color (decimal): -15434372 or 8158484. OLE color: 8158484.

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

Color convert

RGB 20 125 124 -
CMYK 0.84 0 0.01 0.51
HSL 179.43º 0.72% 0.28% -
HSV(B) 179.43º 0.84% 0.49% -
XYZ 11.26 16.27 21.62 -
YUV 93.49 145.21 75.58 -
System Red Green Blue C M Y K H S L
Decimal 20 125 124 0.84 0 0.01 0.51 179.43 0.72 0.28
Hex 14 7D 7C 54 0 1 33 B3 48 1C
Octal 24 175 174 124 0 1 63 263 110 34
Binary 10100 1111101 1111100 1010100 0 1 110011 10110011 1001000 11100

Color Harmonies of #147D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D7C

Black with #147D7C

Text Example


Text Example

White with #147D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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