Html Css Color HEX #147D82 Teal

📋 copy color: '#147D82'

red 20 ◦ green 125 ◦ blue 130

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

Shades of Teal #147D82

Tints of Teal #147D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.27%

R = 7.27%
G = 45.45%
B = 47.27%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#147D82 (or 0x147D82) is known color: Teal. HEX triplet: 14, 7D and 82. RGB value is (20,125,130). Sum of RGB (Red+Green+Blue) = 20+125+130=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #147D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147D82 is #EB827D. Grayscale: #5E5E5E. Windows color (decimal): -15434366 or 8551700. OLE color: 8551700.

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

Color convert

RGB 20 125 130 -
CMYK 0.85 0.04 0 0.49
HSL 182.73º 0.73% 0.29% -
HSV(B) 182.73º 0.85% 0.51% -
XYZ 11.65 16.43 23.68 -
YUV 94.18 148.21 75.09 -
System Red Green Blue C M Y K H S L
Decimal 20 125 130 0.85 0.04 0 0.49 182.73 0.73 0.29
Hex 14 7D 82 55 4 0 31 B7 49 1D
Octal 24 175 202 125 4 0 61 267 111 35
Binary 10100 1111101 10000010 1010101 100 0 110001 10110111 1001001 11101

Color Harmonies of #147D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D82

Black with #147D82

Text Example


Text Example

White with #147D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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