Html Css Color HEX #147C81 Teal

📋 copy color: '#147C81'

red 20 ◦ green 124 ◦ blue 129

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

Shades of Teal #147C81

Tints of Teal #147C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.25%

R = 7.33%
G = 45.42%
B = 47.25%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#147C81 (or 0x147C81) is known color: Teal. HEX triplet: 14, 7C and 81. RGB value is (20,124,129). Sum of RGB (Red+Green+Blue) = 20+124+129=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #147C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C81 is #EB837E. Grayscale: #5D5D5D. Windows color (decimal): -15434623 or 8485908. OLE color: 8485908.

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

Color convert

RGB 20 124 129 -
CMYK 0.84 0.04 0 0.49
HSL 182.75º 0.73% 0.29% -
HSV(B) 182.75º 0.84% 0.51% -
XYZ 11.46 16.15 23.28 -
YUV 93.47 148.04 75.59 -
System Red Green Blue C M Y K H S L
Decimal 20 124 129 0.84 0.04 0 0.49 182.75 0.73 0.29
Hex 14 7C 81 54 4 0 31 B7 49 1D
Octal 24 174 201 124 4 0 61 267 111 35
Binary 10100 1111100 10000001 1010100 100 0 110001 10110111 1001001 11101

Color Harmonies of #147C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C81

Black with #147C81

Text Example


Text Example

White with #147C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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