#147E85

Color #147E85 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #147E85

Tints of Teal #147E85

Color information

#147E85 (or 0x147E85) is unknown color: approx 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

RGB20126133-
CMYK0.850.0500.48
HSL183.72º73.86%30%-
HSV(B)183.72º84.96%52.16%-
XYZ11.9816.7624.79-
YUV95.1149.3874.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal201261330.850.0500.48183.7273.8630
Hex147E85555030b84a1e
Octal24176205125506027011236
Binary101001111110100001011010101101011000010111000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>