Html Css Color HEX #147A7D Teal

📋 copy color: '#147A7D'

red 20 ◦ green 122 ◦ blue 125

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

Shades of Teal #147A7D

Tints of Teal #147A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.82%

R = 7.49%
G = 45.69%
B = 46.82%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#147A7D (or 0x147A7D) is known color: Teal. HEX triplet: 14, 7A and 7D. RGB value is (20,122,125). Sum of RGB (Red+Green+Blue) = 20+122+125=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #147A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A7D is #EB8582. Grayscale: #5B5B5B. Windows color (decimal): -15435139 or 8223252. OLE color: 8223252.

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

Color convert

RGB 20 122 125 -
CMYK 0.84 0.02 0 0.51
HSL 181.71º 0.72% 0.28% -
HSV(B) 181.71º 0.84% 0.49% -
XYZ 10.95 15.55 21.83 -
YUV 91.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 20 122 125 0.84 0.02 0 0.51 181.71 0.72 0.28
Hex 14 7A 7D 54 2 0 33 B6 48 1C
Octal 24 172 175 124 2 0 63 266 110 34
Binary 10100 1111010 1111101 1010100 10 0 110011 10110110 1001000 11100

Color Harmonies of #147A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A7D

Black with #147A7D

Text Example


Text Example

White with #147A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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