Html Css Color HEX #147E85 Teal

📋 copy color: '#147E85'

red 20 ◦ green 126 ◦ blue 133

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

Shades of Teal #147E85

Tints of Teal #147E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.16%

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 7.17%
G = 45.16%
B = 47.67%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#147E85 (or 0x147E85) is known color: Teal. HEX triplet: 14, 7E and 85. RGB value is (20,126,133). Sum of RGB (Red+Green+Blue) = 20+126+133=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #147E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147E85 is #EB817A. Grayscale: #5E5E5E. Windows color (decimal): -15434107 or 8748564. OLE color: 8748564.

HSL color Cylindrical-coordinate representation of color #147E85: hue angle of 183.72º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147E85 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 126 133 -
CMYK 0.85 0.05 0 0.48
HSL 183.72º 0.74% 0.3% -
HSV(B) 183.72º 0.85% 0.52% -
XYZ 11.98 16.76 24.79 -
YUV 95.1 149.38 74.43 -
System Red Green Blue C M Y K H S L
Decimal 20 126 133 0.85 0.05 0 0.48 183.72 0.74 0.3
Hex 14 7E 85 55 5 0 30 B8 4A 1E
Octal 24 176 205 125 5 0 60 270 112 36
Binary 10100 1111110 10000101 1010101 101 0 110000 10111000 1001010 11110

Color Harmonies of #147E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147E85

Black with #147E85

Text Example


Text Example

White with #147E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,126,133); }

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

background-color css

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

 a { background-color: rgb(20,126,133); }

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

border-color css

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

 span { border-color: rgb(20,126,133); }

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