Html Css Color HEX #147A7F Teal

📋 copy color: '#147A7F'

red 20 ◦ green 122 ◦ blue 127

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

Shades of Teal #147A7F

Tints of Teal #147A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.35%

 BLUE value IS 127 (50% from 255) = 47.21%

R = 7.43%
G = 45.35%
B = 47.21%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#147A7F (or 0x147A7F) is known color: Teal. HEX triplet: 14, 7A and 7F. RGB value is (20,122,127). Sum of RGB (Red+Green+Blue) = 20+122+127=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #147A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A7F is #EB8580. Grayscale: #5B5B5B. Windows color (decimal): -15435137 or 8354324. OLE color: 8354324.

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

Color convert

RGB 20 122 127 -
CMYK 0.84 0.04 0 0.50
HSL 182.8º 0.73% 0.29% -
HSV(B) 182.8º 0.84% 0.5% -
XYZ 11.08 15.6 22.51 -
YUV 92.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 20 122 127 0.84 0.04 0 0.50 182.8 0.73 0.29
Hex 14 7A 7F 54 4 0 32 B7 49 1D
Octal 24 172 177 124 4 0 62 267 111 35
Binary 10100 1111010 1111111 1010100 100 0 110010 10110111 1001001 11101

Color Harmonies of #147A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A7F

Black with #147A7F

Text Example


Text Example

White with #147A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,122,127); }

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

background-color css

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

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

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

border-color css

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

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

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